Can I refer to a rangelist in a hierarchy of shared member?

I would like to make the sum of a series of accounts based on one hierarchy, not the main hierarchy.  In the hierarchy of the main, they are 1,5,4,3,2, and in the alt hierarchy, they are shared in the good order of 1,2,3,4,5.  If I reference the rank 1:3, how can you ensure that I get 1,2,3,4 and not 1,5,4,3?

Background:

Basically, I'm trying to map a sum of numerical range of account numbers in general ledger to another account of management based on the members of the other 2 dimensions.  The main problem I have is that, as I have not found the function that can sort in alphanumeric order a list within a selection of members, and my GL accounts are not in the order in the hierarchy of main due to a reorganization of their parents, I loaded as a sorted list of platform of shared to another hierarchy members.  Now, I just @LIST (1:3, [the optional to use as reference parent node]) function.  I guess another way of asking the question might be: how to reference the member names in Essbase as digital beaches as you would in an ERP?

Maybe there is another way and I approach it all wrong?

Essbase v11.1.2.3.507 (under planning)

So what you really want is to extract all accounts with a number between e.g. 1 and 4 (even if the same parent has other children of 5, 6, 7 and so on)?

@BETWEEN would do in this case.

Tags: Business Intelligence

Similar Questions

  • When I send a text message and mobile data are off, it is not given, but I do not see this message for a few minutes. I can then refer using "send as a text message. How can I 'send as a text message' in the first place?

    When I send a text message and mobile data are off, it is not given, but I do not see this message for a few minutes. I can then refer using "send as a text message. How can I 'send as a text message' in the first place?

    Disable the iMessage?

  • Can anyone refer me to a 5 LIGHTROOM Expert who can access my computer and help me understand my problem?  Am happy to pay... just need to find someone who can help me.  Thank you!

    Can anyone refer me to a LIGHTROOM 5 Expert who can access my computer and help me understand my problem? Am happy to pay, just need help... Thank you!  Tammy

    You are welcome.

    It was solved by removing the Previews.lrdata folder as previews had been corrupted!

  • can I use iTunes gift card as payment for family sharing

    Can I use iTunes gift card as payment for the sharing of the family?

    Jaybird322003 wrote:

    Can I use iTunes gift card as payment for the sharing of the family?

    It depends on which 'i '.

    If you are not the organizer of the family, you can redeem gift cards to your own account and use credit to buy the content.

    However, the organizer of the family, must have a credit card upon installation, to meet the legal obligation to check that it takes financial responsibility for members.  After installation, the organizer can switch to a debit card.  A gift card is not enough.

  • How can I exchange a voucher of iTunes via the family sharing

    How can I exchange a good of iTunes via the family sharing my account of girls

    Flinton,

    Connect to the iTunes account you want - either yours or your daughter - and redeem the gift card link Exchange located at the top right of the home page of the iTunes Store.

    When you buy, the amount will be added as this account store.  Note that the credit will be usable by the person on the account.  If you put it on your account, it will not be usable for the purchase of your daughter.

  • Why I can still see the files deleted and renamed on a shared directory?

    Why I can still see the files deleted and renamed on a shared directory, but my co-workers can't see them? Is there a setting on my pc that I need to change?

    Hello
     
     
    Thanks for posting your question in the Microsoft Community.
     
     
    The question you posted would be better suited in the TechNet Forums.
     
    I would recommend posting your query in the link below.
     
     
    I hope that the information above helps you.
  • Can I use a dynamic member Calc as a Shared member

    Can I use a dynamic Calc member as a member Shared in another hierarchy?
    is it mandatory to do a member as type stored if we want to use the same Member in another hierarchy as a shared member. ?



    -KK

    Yes, we can create a shared member of a dynamic member Calc.

  • Can easily refer to a previous post?

    Is this possible in SocialCast to refer to a previous post?  For example, a question has been asked and answered 3 days ago.  If someone post the same question today, is there a practical way to meet with a reference to the previous article?

    (Hopefully, a user looking for an existing answer before posting a question, but it still doesn't work.  There are also other reasons one may wish to refer to a previous post.)

    Thank you!

    Hello

    Thanks for reaching out. Great question!  There are several ways to refer to an existing post or include the person who asked the same question 3 days later in the initial conversation:

    1 @mention the person who asked the question, 3 days later, in the original message informing him that the answers/comments might be relevant to his or her

    2 copy the original link to the conversation in the most recent conversation. You can do this in 2 ways:

    a. Select the gear icon > Pop-out message > copy and paste the link in the pop-out window

    b. Select the time on the initial conversation

    Thank you!

  • In the query in Oracle 11 g, how can I refer to the results of different column...

    I want to be able to view the results of C1 to another expression of the column C2. I get ORA-00904: identifier not valid "C1", which makes sense. I know that I can repeat the WHOLE very long in my C2 DECODER, but I was wondering if I can register the server many additional cycles to assess the CASE once again.

    SELECT [long nested CASE statements] as C1, C2 OF table DECODE(C1,1,'YES','NO')

    Thank you very much
    AK

    Hello

    Impossible to refer to the alias at the same or another must therefore repeat the instruction BOX or wrap it in a view online and refer to the alias in that. i.e.

    SELECT
        c1,
        DECODE(C1,1,'YES','NO') as C2
    FROM
        (
            SELECT
                [very long nested CASE statements] as C1
            FROM
                FROM TABLE
        )
    

    HTH

    David

  • How can I refer to a variable in the regular expression

    Hello friends,

    I have this Regexp, extract the County code: (971)
    Select regexp_replace (regexp_replace ('05-000971 7910-324324', '\D'),'^ 0 * (971)? 0?') of double;
    It is very good and the need...

    But, thinking about the future, someone may need to remove the country code (961), so it is better if I put the code in a variable, but

    How can I list the County code via a variable since the Regexp:
    declare 
    a varchar2 (15);
    code number := 971;
    begin
    select regexp_replace(regexp_replace('000971 05 7910 - 324324','\D'),'^0*(code)?0?') into a from dual;
    dbms_output.put_line ( a);
    end;
    but it does not work?

    Best regards
    Fateh

    You must link the value of the variable code in the regular expression pattern

    
    select regexp_replace(regexp_replace('000971 05 7910 - 324324','\D'),'^0*('||code||')?0?') into a from dual 
    
  • Can I refer to part of a menu (children's menu) in a page?

    I have my main menu in the navigation with several drop-down lists as follows:

    Programs

    | - ProgramsChild1

    | - ProgramsChild2

    | - ProgramsChild3

    Who are we

    | - AboutUsChild1

    | - AboutUsChild2

    | - AboutUsChild3

    Contact us

    In the sidebar of a model, I have a module which refers to only part of the menu? So if a visitor has been to the page of programs or one of the kids program page, they would see this on the sidebar:

    ProgramsChild1

    ProgramsChild2

    ProgramsChild3

    My menus real have a lot of points, and it would be pointless to repeat all the work to do several menus (not to mention when my client wants to update that they would have to do twice the work also). This looks like very basic features, but I can't find any resources!

    Hello

    It could be done. However, there is no documentation on this topic. Module menu v2 just exits the menu as a list and CSS style you it according to the needs. According to this design is that you can do something in the sense to assign the separate display for each page group rules. So if you're on a page of "programs", then the root menu (programs, about, contact) will set options appear: No. The same for subcategories of elements roots other than the '' programs. ''

    Kind regards

    Alex Pavelescu

  • I can't refer to an example of an MC through a Sprite.

    I thought as a Sprite is a container of display objects and I can add an instance of a MovieClip that him, I should be able to reference the MC through the Sprite.  What I've done wrong?

    var bh1:Sprite = new Sprite();
    beerChan = new BeerChan();
    BH1. AddChild (beerChan);
    trace ("bh1" + bh1);
    trace (BH1.beerChan);

    1119: access of property may be undefined beerChan through a reference with static type flash.display:Sprite.

    Hello

    If you add more things that you need to increase the number of children

    BH1.getChildAt (0)

    BH1, getChildAt (1)

    and so on...

    You can use my alternative also getChildByName ('MovieClipName')

  • Anyone know why I can't refer to a label control (id = & quot; address & quot ;) in the component that I created?

    Hello. In Main.mxml, I control < mx:Label id = "address" / >.
    In the src folder, a subfolder of components in which I have a component.mxml file where I "address.text" of reference there. I get the error: 1120: access of undefined property address.
    I'm obviously something wrong, but I thought that all the control of mxml tags are objects of their respective class instance and all of these classes are public and can be referred through the application?

    Thank you!

    Hello

    You must create an instance of the class to access its properties/components right? You can try to access the address using Application.application.address label. Application.application is always refers to the instance of the application of the page class.

    http://livedocs.Adobe.com/Flex/3/langref/MX/core/application.HTML#application

    I hope this helps.

  • How can I remove photos in an album that has been shared with me on my iPhone and Mac without unsubscribing to the album?

    How can I delete pictures on my iPhone 6 s and Mac Pro from an album shared with me without unsubscring to the album?

    Whence the Album? This would help to diagnose. Normally, on film, you select the photos you want, remove them and the album goes.

    If the Album has been synchronized from your computer using iTunes, then make a new synchronization without the selected album.

  • I can't open anything in the Control Panel, network and sharing Center or profile management, I have accidentally changed something?

    Don't know if I've accidentally changed something or not in my profile, I just want to know how to fix it

    I'm sorry but you did not just provide more information other than say in effect "it's broken". I can't possibly guess what is happening with your computer based on what you wrote. Probably the best course of action would be for you to take it to a qualified computer technician (it won't be a type BigComputerStore/GeekSquad of the place). Otherwise:

    The first Question of troubleshooting: If the problem is new, what has changed between the time things worked and the time they do not have?

    The second issue of Windows troubleshooting: what is the status of virus/malware of the machine? If you think it's clean, what programs (and versions) allows you to determine this?

    Make sure that the computer is clean:
    http://www.elephantboycomputers.com/page2.html#Removing_Malware

    How to post

    http://www.elephantboycomputers.com/page2.html#Usenet (you can ignore the references to Usenet discussion groups / as you post on a web forum, but any suggestions on how to write the post are applies here too)

    http://support.microsoft.com/default.aspx/kb/555375 - how to ask a Question
    MS - MVP - Elephant Boy computers - don't panic!

Maybe you are looking for