Smartview refreshes whole sheet instead of just the grid selected.

Hello All,
Is it possible to refresh just selected rows in a sheet with different member combinations instead of the whole sheet? In other words I have
                   Member3  Member4
Member1           A             C
Member2           B             D
Is it possible to retrieve/refresh just the values of A and C. When I try it out in our environment by selecting the row that corresponds to A and C it refreshes the values of A and C and B and D as well. This does not happen with the classic add-in.
We are on 11.1.2.3 of Essbase/APS and smartview.
Thanks,
Ted.

Hello Steve Fitchett,
I found user10132385, Amarnath's suggestion useful. Once Multiple ad-hoc grids are enabled for the sheet I was able to do range based retrievals. But I agree with you that without having that enabled it is not possible (unlike with the add-in). Thanks to all of you for your replies.
Thanks,
Ted..

Similar Messages

  • I am sharing my macbook pro over a network with windows 7, however through windows 7 I can access my whole computer instead of just the shared files!

    I am sharing my macbook pro over a network with windows 7, however through windows 7 I can access my whole computer instead of just the shared files!

    Hi Sig,
    The issue is that i only want the shared folders to be accessed through windows 7.
    Whats the point otherwise to have shared folders?
    thanks..

  • Is there a way to make the Twitter notification banner show the whole tweet, instead of just two lines?

    I am using TweetDeck for Desktop and just switched to a computer running Mountain Lion (10.8.5). I have the Notification Center configured to show Banner alerts when tweets from designated accounts are posted. Prior to running Mountain Lion, TweetDeck itself would show me a banner in the top right-hand corner of my screen, and that banner would include the full tweet.
    Now that I'm on Mountain Lion, it appears that the Notification Center has taken over the alert system. However, unlike the native TweetDeck banner, the Mountain Lion notification banner is limited to two lines, which means that, unless it's a very short tweet, I can't see the full tweet that has been posted. This is VERY inconvenient, as it means that I need to either open TweetDeck or open the Notification Center in order to see the full tweet.
    Is there any way to adjust the Notification Center banner to allow it to show the full tweet, instead of just the first two lines?

    You have 2 options:
    1. Create Video Playlists in iTunes (for example create one for Home movies, the other for Movies)
    You COULD make these Smart Playlists. (see below for one technique)
    NOTE: If you wish to do this don't miss the preference in Settings to enable Video Playlists at least  (at least in the latest ATV updates) I believe it's under Audio setting. Amazingly the default is NOT to show!! (had me going for quite a bit)
    2. Set up your Home Movies as "Music Videos" This has some gotchas:  like you'll probably want to choose the skip when shuffiling, also Now they'll appear in music lists. The only advantage to this is that it makes playlists more available on iOS devices since there are no Playlists displayed in the Videos App.... (yeah Apple's made this WAY confusing of late)
    If you wish to keep these clearly defined (especially for use with Smart Playlists.
    Select the movie
    Get Info (Edit Menu) (or Command-I Mac, Control-I, PC)
    Choose the "Video" Tab - you can select your desired type from the Media Kind pop up.
    Alternate method for setting up smart playlist of home movies would be to set the Genre to "Home Movie"
    Probably more than you needed to know - leigh

  • I have OSX Maverick on an iMac using Outlook e-mail.  PDF attachments are included in the e-mail  as the whole document rather than just the PDF icon.  How can i have just the PDF icon as an attachment?

    In Outlook my PDF attachments appear as whole documents and not just the PDF icon.  How can I have attachments included as PDF icons and not the documents?

    For your own viewing, you can of course control-click on the attachment and select "View as Icon".
    For others' viewing, it depends upon their email reader.  To ensure that attachments are not displayed expicitly you can put them all in a zip file (via control click and "Compress") then attaching them, or you can use third party stuff like Attachment Tamer.
    charlie

  • How to get the full path instead of just the file name, in �FileChooser� ?

    In the FileChooserDemo example :
    In the statement : log.append("Saving: " + file.getName() + "." + newline);
    �file.getName()� returns the �file name�.
    My question is : How to get the full path instead of just the file name,
    e.g. C:/xdirectory/ydirectory/abc.gif instead of just abc.gif
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.filechooser.*;
    public class FileChooserDemo extends JFrame {
    static private final String newline = "\n";
    public FileChooserDemo() {
    super("FileChooserDemo");
    //Create the log first, because the action listeners
    //need to refer to it.
    final JTextArea log = new JTextArea(5,20);
    log.setMargin(new Insets(5,5,5,5));
    log.setEditable(false);
    JScrollPane logScrollPane = new JScrollPane(log);
    //Create a file chooser
    final JFileChooser fc = new JFileChooser();
    //Create the open button
    ImageIcon openIcon = new ImageIcon("images/open.gif");
    JButton openButton = new JButton("Open a File...", openIcon);
    openButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    int returnVal = fc.showOpenDialog(FileChooserDemo.this);
    if (returnVal == JFileChooser.APPROVE_OPTION) {
    File file = fc.getSelectedFile();
    //this is where a real application would open the file.
    log.append("Opening: " + file.getName() + "." + newline);
    } else {
    log.append("Open command cancelled by user." + newline);
    //Create the save button
    ImageIcon saveIcon = new ImageIcon("images/save.gif");
    JButton saveButton = new JButton("Save a File...", saveIcon);
    saveButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    int returnVal = fc.showSaveDialog(FileChooserDemo.this);
    if (returnVal == JFileChooser.APPROVE_OPTION) {
    File file = fc.getSelectedFile();
    //this is where a real application would save the file.
    log.append("Saving: " + file.getName() + "." + newline);
    } else {
    log.append("Save command cancelled by user." + newline);
    //For layout purposes, put the buttons in a separate panel
    JPanel buttonPanel = new JPanel();
    buttonPanel.add(openButton);
    buttonPanel.add(saveButton);
    //Explicitly set the focus sequence.
    openButton.setNextFocusableComponent(saveButton);
    saveButton.setNextFocusableComponent(openButton);
    //Add the buttons and the log to the frame
    Container contentPane = getContentPane();
    contentPane.add(buttonPanel, BorderLayout.NORTH);
    contentPane.add(logScrollPane, BorderLayout.CENTER);
    public static void main(String[] args) {
    JFrame frame = new FileChooserDemo();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    frame.pack();
    frame.setVisible(true);

    simply use file.getPath()
    That should do it!Thank you !
    It takes care of the problem !!

  • When I send an email it displays the full email address instead of just the name even thought the person is in my contacts. How to fix?

    When I send an email it displays the full email address instead of just the name even thought the person is in my contacts. How to fix?

    Hi Sunny C,
    Welcome to the Support Communities!  The "From" field should be showing by default, but you can check or change your settings for Mail with the instructions below:
    Mail (Yosemite): Set Mail preferences
    http://support.apple.com/kb/PH19178
    In the Composing pane, you can set the email account that you want to send new messages from.
    Also, check the View command on the Menu bar.  View > Message Attributes should have a checkmark beside the "From" field.
    Cheers,
    Judy

  • HT4623 How do I get the calendar to show the whole month and not just the day or week.

    How do I get the calendar on my updated i phone 7 to show the whole month and not just the week or the day?

    Touch the arrow (or word) at upper left (e.g. September).

  • My Photoshop CS 5 has some strange actions when I copy a portion of a photo using the clone stamp  to transfer to another part of the image. It carries the entire layer (not just the stamps selection) across the screen and I cannot place it where I need t

    My Photoshop CS 5 has some strange actions when I copy a portion of a photo using the clone stamp  to transfer to another part of the image. It carries the entire layer (not just the stamps selection) across the screen and I cannot place it where I need to. It appears as if I selected the entire layer on purpose (which I did not)
    The below items appeared when I opened Photoshop CS 5:
    “Photoshop has encountered a problem with the display driver and has temporarily disabled G & U enhancements. Check the video card malfunctions website for latest software. GPU enhancements can be enabled in the performance panel of preferences.”
    (I believe this started after the automatically updated Windows was applied. It was coincident with the before mentioned problem . . . but I don’t really know if it had anything to do with it. )

    For the Clone Stamp problem, check the Clone Source panel and Clipped is probably unchecked.
    If so, check Clipped and see if that makes a difference.
    (Window>Clone Source)
    As to the video card problem:
    Which version of windows are you using?
    What is the make and model of your graphics card?
    Do you know which update windows installed?

  • No map showing in the map app in standard view just arrows,distance and directions on grid okey in hybrid and satellite modes, ios 8 installed just the grid

    Brand new iPod touch no map showing in the map app in standard view just the grid with arrows and distances, okey in hybrid and satellite view ios 8 just installed don,t no whether it was okey before that. Thanks

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                                              

  • Open an App and see the App instead of just the name in the menu bar?

    This may seem like a dumb question, but here goes anyway...
    Two applications in particular....Microsoft Office apps (word,excel,etc)
    and Pro Tools LE....
    How do I open these apps and see the opening page of the app, rather that
    just the name of the app in the menu bar and the desktop...?
    This happens automatically in Win XP or Vista....

    Only a very few Apps have the option/preference to do that in OSX, not sure if any MS APPs do or not.
    Maybe it would be closer to what you want though, to instead of opening the APP, drag say the Word® doc you want to the Word® icon in the Dock, which runs Word, opens the document, and skips the Open Dialog.

  • When I send an email message, my Mail shows two messages outgoing instead of just the one I am sending.  What is going on?

    When I send an email message, my Mail shows two messages outgoing instead of just one. 
    What is going on?  Is it possible some "spyware" has crept in?

    There is an email address on my website that automatically forwards to my "regular" email address, but this problem predates setting up that website.  My primary email is a bellsouth account (AT&T) which switched to a Yahoo mail-supported service....so based on your comments, perhaps that is why the activity is looking weird.

  • Why does my back arrow close out the whole site and not just the one page?

    I just replaced my old MacbookPro with a new one.  The one difference that is driving me crazy is that the back arrow (button) closes the whole site, not just the page that I am on.  Is there a way to change this.  My old computer just sent me back to the previous page.  Thanks in advance!
    Cindy

    Red buttons, back buttons, I guess specifics matter.
    Glad you figured it out.

  • Is there a way to republish the entire website instead of just the changes made?

    Okay, hopefully I can explain everything clearly here.
    I am hosted by bluehost.com
    I am on a mac.
    I am using iweb version 3.04.
    Here is my website: alleycatfacepainting.com
    So, I am having a problem with a particular page. After 2 hours of being online with bluehost, we discovered that when I republish in iweb, it does not seem to replace the old files in bluehost. The only way to see the changes is to delete the bluehost file and then republish. The problem is, I would have to rebuild the entire page in order for it to show up as a fully functioning page online because iweb seems to only publish the changes you make, rather than the entire page or entire website.
    What I want to know is...is there a setting I can change so that my entire website gets uploaded when I publish rather than just the individual change?
    Or...is there a way to trick iweb into thinking its never uploaded that website before?
    Thank you for your answers.

    It is kind of strange that the files are not being overwritten. If you publish to a local folder and upload with an FTP app you should be able to set this to over write the old files.
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html

  • Why does DISABLED disable a SCREEN RECTANGLE instead of just the control?

    I have solved this problem, but wanted to post it here for discussion.
    LabVIEW 7.0, Windows.
    I have a cluster: Item 0 is a custom enum control, item 1 is a string control.
    Under certain conditions in my program, the string field must be disabled (and grayed out), because it's not applicable.
    When I did that, I found that the enum was disabled as well. Actually, it would sometimes work if I hit the up-arrow just right, but the menu would never pop up. It worked find if the string was enabled.
    The string field (item 1) had a label above the left side of it. The enum (item 0) was positioned immediately above the right side of it.
    So why was item 0 disabled if item 1 was? I verified that the DISABLED property was NOT getting set to disabled (it reported 0 when I read it). There were no other property nodes to item 0.
    As it turns out, it seems that when the string was disabled, there was a RECTANGLE on screen which was disabled. In spite of the fact that neither the string field not its label overlapped the enum, the fact that the enum was within the string's RECTANGLE was disabling it. The fact that the enum's up-arrow extended above this rectangle is what made it work if I hit it just right (the top 1 or two pixels, i guess). I found this out by moving the enum off to the right (out from under this rectangle.
    My eventual solution was to go to the typedef for this cluster and move the enum IN FRONT of the string. I did not change the cluster order, just the physical front-to-back ordering. Now it works, with the enum back where I wanted it in the first place.
    I have attached a VI which demonstrates this. I tested it on LV 7.1 / OSX and it still fails. Not sure if it's a bug, or intended behavior.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks
    Attachments:
    BugTest.vi ‏34 KB

    I would say this is most probably optimation. While you can of course escalate a user event message all the way down to any of the lowest controls only to see in most cases that the control did not care about this message for whatever reasons, this adds significant delay to the event handling. So having the top level control (cluster) do a quick and dirty rectangular check to see which control should receive the message if any and only passing it to that control speeds things up significantly.
    Doing anything but a rectangular area check is again a performance problem as well as a never ending story of special cases which need to be handled just this tiny bit different to the rest, and any modification for a particular situation has often several undesired consequences for other cases.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I turn off the sounds of the firefox? I don't want to turn off my whole computer sounds, but just the sounds which comes from the internet. Is there any master button?

    All the websites doesn't allow you to turn off the sounds, but that is just the thing I need to do. So how can I turn off the web browsers sounds? This is so small thing, that I refuse to believe that this kind of button doesn't exits.

    In Vista you can set the volume and mute setting for each application separately in the volume mixer.
    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.<br />
    You can adjust the volume level for each application in that window.<br />
    You will only see the Firefox program in the Mixer if you are on a website that plays sound.

Maybe you are looking for