Show child levels when the top level is forced to be null - Avoid aggregations on the top level

Hi everybody,
it was difficult to select a title for my question.
Let´s say I have a geographical hierarchy with Region --> Country --> District --> Store levels
I want to avoid the aggregations in local currency at the Region Level because that makes no sense.
I scoped the Net Sales measure like this:
SCOPE ([Measures].[Net Sales], [Fx Rate].[Fx Rate].[Local Currency], [Stores].[Store].Members);
this = SUM([Fx Rate].[Fx Rate].&[1], [Measures].[Net Sales LC]); 
END SCOPE;
SCOPE ([Measures].[Net Sales], [Fx Rate].[Fx Rate].[Local Currency], [Stores].[Region].Members);
this = null;
END SCOPE;
The scopes are working but I have a visualization problem. When I drag and drop the geo hierarchy in the pivot table nothing is shown because the upper level (Region) has only empty cells (this=null;). If I change the Fx Rate type to a reference currency,
then the regions are shown and I can expand the lower levels, change the filter again to local currency and the values are back, but this is not the best approach.
Any ideas about how to tackle that? Any comment would be appreciated
Kind Regards

I blogged about this scenario and a solution here:
http://www.artisconsulting.com/blogs/greggalloway/Lists/Posts/Post.aspx?ID=24
http://artisconsulting.com/Blogs/GregGalloway

Similar Messages

  • Why does message show as sent when the user is off...

    Why does message show as sent when the user is offline??
    After merging my Facebook and msn, I've been told by my Skype contacts, that whenever I'm offline, and they message me, it shows that I got the message. Just like I'm online.
    This is also happening to my other friends who have merged their accounts ;(....!!!!
    Please help, please! ;(...!!! I'm not hacked, I know, but it's happening even with other people who have merged the ACC....

    Hello Colin,
    The issue that you are describing is in fact a feature. You can learn more about the benefits of this feature by viewing the following  article: http://support.apple.com/kb/HT3679
    Spencer R
    AppleCare

  • Why does Firefox (3.6.12) try to access the Net as it starts, but before the Ffx window first shows & once more when the window opens, if I've set updates to manual and "about:blank" as my home page?

    I click to load Firefox (3.6.12). The Comodo firewall warns me that Firefox is trying to connect to the Net. I block it, because I've not asked Firefox to do that, at that point. Then, when the Firefox window opens, the firewall warns me, again, that Firefox is trying to access the internet. I block it then, too. Use of Firefox is completely uncompromised by me doing this - that much is clear.
    Surely, if I have turned off automatic updates and use "about:blank" as my browser startup page, Firefox has no need, and no place, attempting to connect to the internet until I ask it to, by clicking a bookmark in the Bookmarks toolbar, or until I type a URL into the address bar.
    What is Firefox trying to do? and how can I stop it from trying to do it?

    See [[Firefox makes unrequested connections]]

  • Is there a way for a form field to show a name when the client sees it, but have the name disappear

    My client needs a PDF with fields. It's a letter. They want the areas for the header - names/addresses/company name/date, etc. to be variable, but when THEIR client looks at it, they want them to know what the field is. So they want the field labeled. But when the client then types in the field, they want that label to disappear.
    This one has me stumped! Thanks!

    In a text field, use Options > Default value. The user will have to delete what you write there when entering new text, or you'll get both.

  • HT1386 when i plug my iphone 4s into my computer is does not show in itunes,  When the menu comes up on my computer for what action I want to take it shows no options for itunes.  My phone worked before, Im not sure why it is not working now??

    I just recently tried to plug my iphone 4s into intunes.  It comes up with the menu of what action do you want to take.  My only options only involve photos and videos nothing to do with syncing or music.  When I open itunes it does not even show my device in itunes.  What do I do??

    uninstall itunes
    you may have to manually delete anything related to itunes in regedit
    reboot and reinstall itunes

  • BB Z3 screen not showing up, even when the phone is on

    Hi
    Got a new BB Z3, however am facing some issues with it. While the phone is on, the screen does not show up, it shows as if the phone is switched off, but when I try calling from a landline to my BB the phone rings but the screen is turned off and I am able to take the call.
    But after a few hours the screen turns on and I am able to work normally
    Please let me know of how this problem could be solved.

    Wow..I just tried it again right now, and for some reason it worked this time,
    even though I did it exactly the same way as I was doing it all morning.
    I am not going to question why,
    I am just happy it is working again.
    Thank you for the response Larry!
    T

  • Can I show a spinner when the images are loading

    I am now using flash builder 4.5.1 to create a mobile application. there will be multiple images in the view. I want to use  a spinner to indicate the image is loading, and once the image loaded,  the content of each image be replaced by the original mobimage.
    1) For IconItemRenderer, how to show the spinner?
    2) For the Image control, how to show the spinner?
    Thanks and hope you can understand my question and also hope some people can answer me.

    Is working on FCE projects while all the video files are saved on an external drive a bad idea?
    Not at all. This is the correct way to work with a laptop.

  • How to show Hand Symbol when the cursor move to particular field.?

    Hi all,
    in alv report ,i have to give first column as link to action,and whenever  mouse came to that column a hand symbol ie,hot spot has to be appear .
    How can i do for that?
    Regards,
    ravi

    Hi
    When you make the Column as LinkToAction, then Hot Spot appears automatically
    Code to Make
    LinkToAction Column in ALV.
      DATA: lr_alv_usage       TYPE REF TO   if_wd_component_usage,
            lr_config          TYPE REF TO   cl_salv_wd_config_table,
            lr_col_header      TYPE REF TO   cl_salv_wd_column_header,
            lr_function_wd     TYPE REF TO   cl_salv_wd_function,
            lr_uie_link        TYPE REF TO   cl_salv_wd_uie_link_to_action,
            lr_if_controller   TYPE REF TO   iwci_salv_wd_table,
            lr_function_set    TYPE REF TO   if_salv_wd_function_settings,
            lr_table_settings  TYPE REF TO   if_salv_wd_table_settings,
            lr_column_settings TYPE REF TO   if_salv_wd_column_settings.
    Instantiate ALV Component
      lr_alv_usage = wd_this->wd_cpuse_all_alv( ).
      IF lr_alv_usage->has_active_component( ) IS INITIAL.
        lr_alv_usage->create_component( ).
      ENDIF.
    get reference to model
      lr_if_controller = wd_this->wd_cpifc_all_alv( ).
      lr_config        = lr_if_controller->get_model( ).
      lr_column_settings ?= lr_config.
    lr_column = lr_column_settings->get_column( '<Column Name>' ).
            CREATE OBJECT lr_uie_link.
            lr_uie_link->set_text_fieldname( '<COlumn Name>' ).
            ls_column-r_column->set_cell_editor( lr_uie_link ).
    Abhi
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:12 AM
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:13 AM
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:13 AM
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:14 AM

  • How come my latest version of firefox does not show identification flags when the arrow or finger is on an item such as a link

    using Internet Explorer or when using I.E. through AOL; when I place the cursor/arrow/finger over many links , PIX, buttons, etc. ... a flag comes up (much like the ones that ID a function on my desktop) that tells me what the link , PIC, etc. is.
    When using Firefox that feature does not work... even on the same icon,link, etc. that works just fine without Firefox. I like these ID Flags and have grown to depend on them over the years. How can I implement this "ID flag" using Firefox.?

    unfortunately the fiddler2 issuer in certificates might be a sign of unwanted software present on your pc that is intercepting secure network traffic. please go into the system control panel and uninstall programs like BrowserSafeguard, BrowserSafe, SafeGuard or other software that sounds suspicious and didn't get installed by you intentionally.
    <br><sub>reference: https://support.mozilla.org/en-US/questions/982532#answer-520145</sub>
    afterwards, run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Troubleshoot Firefox issues caused by malware]]

  • Alternative tooltip text shown when mouseover top level navigation?

    Hi,
    I've gotten a request about showing a tooltip when the user has his mouse over one of the top-level navigation menus.
    For example on SDN if you hold the mouse over weblogs you would get the text : "The weblog section includes short informal rants"
    The standard way of doing this is to include an alt attribute in the anchor and allow the browser to render the text as it wants (which is fine by me).
    The major problem I see is where do you define this text ?
    It has to be attached somehow be attached to a page and therefore probably stored in the PCD.
    Has anyone done an implementation on this (or tried to do one) ?
    Cheers
    Dagfinn

    Got it working on my own now.
    Implemented it by using the text in the description field.
    Create a new top level navigation using the existing class and retrieving the value using the method defined in How to retrieve the description of a role
    Then some minor changes to the jsp and js classes.
    Of course I might need to redo it after an upgrade, but I just have to live with that.
    Cheers
    Dagfinn

  • System is showing time out when run in background

    Dear all,
    We have two systems: One R/3 and EBP. We have made one report where the remote function module will be called from R/3 to EBP. There are 4 lakhs data in SAP. We are sending 10000 data as package in internal table and getting the corresponding output. But the system is showing time out when the report has run in background. Can you please suggest how the process can be improved so that the timeout can be avoided.
    Thanks and regards,
    Atanu

    Hi,
    Try to fetch records in smaller chunks and process them.  For example, if you are trying to fetch records for one year, instead of single query, try to fetch in 12 sets for each month.  Fetch first month and process the records and put them in the output internal table.  Then go for next month and so on.  Anyway your program is running in background.  There will not be any user complaint also.  The solution might sound bit funny.  But it works.
    Regards,
    Hema

  • View any report by presing button not when the page rendered by default

    hi all,
    i am new in apex and i need in help to solve the below issue:
    the reports in apex are shown when the page called by default,
    i want that the report will show only when i press any button to show it not when the page requested.
    hope i can get some solutions here.
    regards
    adnan

    Position the button ("Go", for example) in a region that always appear by default.
    Your report should be in a different region, but conditionally renders only when button Go is pressed (aka, request triggered by the button is activated)... or only when some parameter is not blank, whatever the condition you want to create.
    Edited by: Kleber M on Oct 7, 2011 7:33 AM

  • IPod shows locked even when not

    iPod is showing "locked" even when the toggle switch is not on lock. I have restored it via iTunes, and it still shows locked, so can not use at all. Can't find any articles regarding how to turn this off. Any help appreciated. I've toggled it back & forth several times to try and unlock it with no luck. Thanks.

    So you are saying that the time is in parentheses? I want to make sure I understand what you are having trouble with. When I am running on battery, the time left is in parentheses (3:15). When I am charging, the number (1:13) is in parentheses, as well as the word Charged (Charged). If the time option is selected in the preferences, there will always be parentheses. This is my experience.
    If you can, post a picture of what you are speaking of. That may help.

  • Page paths show root level when page published as portlet

    I use pages that simply work as repositories and which are published to the root page in the same page group as portlets. When these repository pages have sub pages I add a region with a page path for users to navigate within each page hierarchy.
    When the pages are published as portlets and placed on the root page of the page group, the page path shows the root page as the first level of the path (root : repospage : reposSubPage1 : reposSubPage11).
    This is confusing as it always seems that there is one more level above the top level when in fact reposPage is the top level.
    I want to have the underlying repository page as the top level of the path. How do I do this?

    The page path always shows the root page of the page group.
    You can try building your own page path in a PL/SQL item. The function:
    wwpro_api_parameters.get_value('_pageid','a')will return the value of the pageid parameter in the page URL (the second parameter is used by portlets and is ignored when used in a PL/SQL item). You can use this value to find the parent page in the WWSBR_ALL_FOLDERS view. By using a cursor loop (I recommend this over a connect by query against this view), you can walk up the tree to get the entire path. The root page will always have an id of 1.
    One caveat - getting the pageid from the wwpro_api_parameters.get_value function may not work in future versions of Portal.
    Also, you'll need 9.0.2.6 or later for the WWSBR_ALL_FOLDERS view.
    Regards,
    Jerry
    PortalPM

  • Nested Skip Logic: How do I create a form where when a top-level option has changed, that its related sub-fields will retract (disappear)?

    How do I create a form where when a top-level option has changed, that its related sub-fields will retract (disappear)?
    (This question was asked also in 2012 and 2013, but no answer has been provided.)
    THANKS
    Deborah

    Hi qwerty,
    Dun tink that creative customer support sucks cos I had been dealing with them in the past and I can say that their service are quite gd and fast. If you wanted a refund, I tink you need to contact the store that sells you the product. Dun tink creative will refund you though.

Maybe you are looking for