Conversion formula member of the BSO to ASO MDX formula

Hello

Can you please help me in converting the BSO formula ASO. Here the formula below was written "gg/Su Mths" Member who is a member of the dimension 'account '.

If (@isuda ("versiter", en))
' gg/Su Mths ";


in above formula UDA 'en' was entitled on members level of dimension 0 'versiter '.

Thanks in advance for your help.

Kind regards
Prabhakar

Try,

CASE
WHEN (IsUda ([versiter]. CurrentMember, 'fr'))
THEN [gg/Su Mths]
END

Still, you don't score your last message data export from calc dynamic member BSO and load the ASO cube data , don't forget to do.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Member for the BSO cube formula

    Hello

    Cube of OSI, I created a member defined by the user in the account Dimension, which is calculated by a formula that uses the already existing members. (("member1"-"member2")/member1 = user-defined member) * 100; When checking the syntax of the formula of the EAS, its job very well, but when you pull the smartview report, user-defined member takes garbage and obtaining not calculated correctly according to the formula.

    Any ideas on that?

    Thank you

    It is difficult to help with the limited information in your message.  My wild guess is that it will be a problem of calculation, but I don't know.

    What value 'waste' are you?  Wear in any obvious way to 'member1' and 'member2 '?

    Is the dynamically calculated member and / or re-encoding Calc?

    Is - what the intersection that you get when you see the wrong number also include other members of the formulas or calculated dynamically?

    You use time balance or dynamic time series?

  • Conversion formula BSO member to the ASO MDX formula

    Hello

    I member called SDQ (rate) in measures Sun (BSO) and with this member formula I attach to it. So now, I have converted this cube in the ASO... So can help you in the conversion of this formula to ASO.

    IF (@ISmbr (@Desc "(SDQ) (end)");
    End gross Inventory/@SUM (@levmbrs ("Endning Status", 0)-> "End of the crude inventory";)
    ENDIF;

    Note - ending Status (Dynamic Calc) is low and SDQ (End) is a member of the Sun which is dynamic calc too and closing stock is members of the Sun of measures.

    So please help me.

    Thank you
    Pranav

    928641 wrote:
    Hello

    I member called SDQ (rate) in measures Sun (BSO) and with this member formula I attach to it. So now, I have converted this cube in the ASO... So can help you in the conversion of this formula to ASO.

    IF (@ISmbr (@Desc "(SDQ) (end)");
    End gross Inventory/@SUM (@levmbrs ("Endning Status", 0)-> 'End gross inventory';)
    ENDIF;

    Note - ending Status (Dynamic Calc) is low and SDQ (End) is a member of the Sun which is dynamic calc too and closing stock is members of the Sun of measures.

    So please help me.

    Thank you
    Pranav

    Not sure if I really understand your calculation for example why would you sum all the level zero members status ending if you're looking at a subset of members but whay I think that you might wish to is something like
    Case When isAncestor ([(SDQ) (END)], [status ending] .currentmember) then
    [End of the crude inventory] / SUM ({. currentmember.children [ending status]}, [[complete gross inventory])
    End

    If you try to get the value of the current Member of the total stocks of crude end really the easier equation would be
    [End of the crude inventory] / ([end status], [end of the crude inventory])

  • Work problem on the Member in the ASO cube formulas

    Hello

    I was asked to convert a planning cubic request in a single cube ASO BSO. I managed to convert a BSO Cube ASO through the Regional service console and added members in another cube throgh rulesfile OSB.

    Now, I must write formulas for Level0 member account dimension members. These are very simple as formulas

    If (@ISMBR ("New_Seats"))
    'Value '=' active Total Cost assets';
    on the other
    'Value '=' Asset_Value assets ';
    endif;

    and


    'Empty_Seats '= (("New Seat Additions"+"Available_Seats") -"Required_Seats");


    This is the first time that I'm working on ASO. I get this error when writing these formulas
    "Syntax Error error (1260052) in an mdx query to enter on line 1 to token '=' Empty_Seats... '. »

    Help me to write these formulas and also in the choice of appropriate member properties.

    Try something like

    CASE
    When IS ([%{dimname/}]. CurrentMember, [New_Seats]) THEN [assets Total cost]
    Else [Asset_Value]
    END

    and

    ([New headquarters] + [Available_Seats])-[Required_Seats]

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • BSO in ASO formula Conversion

    Hello

    Can you please help me in converting the BSO formula ASO. This is common is a member of the year (time) dimension.

    IF (@ISMBR (Current)) 'Member' = ('Member'-'member_In' + 'member_Out');
    ELSE 'Member' = @PRIOR (member);
    ENDIF

    Thanks in advance for your help.

    Kind regards
    UB

    Published by: user640496 on January 20, 2010 22:44

    Try something like

    CASE WHEN IS([Year].CurrentMember, [Current]) THEN
    [MCEB] - [Net_In] + [Net_Out]
    ELSE
    [MCEB].lag(1) END
    

    I just wrote this from memory, don't have the time to test at the moment, but should be close.

  • BSO in ASO formula Conversion - need help

    ASO is not my forte... I'm trying to get a simple formula to work in cube ASO as part of the OSI - & gt; Conversion of the ASO.

    If this is the entity of level 0, the formula is (last shipped (PU) * Volume of the part)... works very well.
    If its higher level, it should simply add up the values of his children. The OSI equivalent that we use generally is @SUM (@CHILDREN (@CURRMBR("Entity"))).
    I tried the same thing in the ASO MDX script as shown below, it is not giving me good result... of ideas why this is not working?

    Thanks in advance.

    Nima

    Formula Member*.

    BOX WHEN ISLEVEL (Entity.CurrentMember, 0) THEN+.
    Last shipped (PU) Volume of the part x+.
    Else+.
    Sum (Children (Entity.CurrentMember))+.
    END+.

    Published by: Nima.V on November 12, 2008 19:12

    Have you tried to specify how you want the NAP?

    for example

    CASE WHEN ISLEVEL (Entity.CurrentMember, 0) THEN
    Last shipped (PU) x Volume of the part
    ON THE OTHER
    Sum (Children (Entity.CurrentMember), [measures]. [Part Volume])
    END

    also I'm not sure if the SUM is correct. This might work as it certainly specified tuples:

    SUM ({Products.CurrentMember.children}, [Measures]. [Part Volume])

    It will be useful,
    Gee

  • Member to the ASO cube formula

    Hi all
    I'm trying to calculate the month member when a cube of ASO.
    This formula applies; ([CDA], [and CurrMonth])-([CDA], [et PrevMonth]) but this means that the substitution variables must be defined each month. Is there a better way to make this more dynamic formula? Maybe using the CurrentMember in the formula?

    Hello

    Yes, use CDA, CurrentMember - CDA, CurrentMember.Lag (1)

    Or & CurrMonth .lag (1) for a YEAR, & CurrMonth - CDA, depending on what you want to calculate exactly.

    Used on the period dimension, Lag (1) will return the previous month.

    Thank you
    JM

    Edited by: J.M. on January 7, 2013 12:04 AM

  • What is the member limit for BSO and asked ASO to 11.1.2.2?

    Hi gurus,

    I need to know what is the maximum member limit requests for BSO and output 11.1.2.2 ASO (which means that the maximum number of members can we have in the outline for BSO/ASO). Also, I need to know what is the maximum limit membership to a Hyperion Planning application?

    We are planning on creating a hyperion, planning an application that could be partitioned with ASO (target). Could you gurus please tell me is it possible? I know that oracle does not support and recommend this right now.

    Thank you

    Hello

    Please see the documentation from the link below:

    Topic:
    Database of global storage limits
    Block storage of database limits

    http://docs.Oracle.com/CD/E17236_01/EPM.1112/esb_dbag.PDF

    ASO: Please see: Page 1048.
    For the BSO: Please see: Page 1050.

    I hope this helps!

    Kind regards
    Priya

  • BSO to ASO formula conversion

    Hi all

    I'm new with the ASO MDX formulas and I can't seem to understand the problem here for the help NOT in the formula.

    When I use IS in syntax of the formula withdraws, but when I replace it with NOT the slightest mistake what I'm doing wrong here? can someone help me reach this goal

    CASE WHEN (IS([scenario]. CurrentMember, [real])) THEN

    ([ACCT1] * [ACCT3]) + [ACCT2]

    END

    Basically, with the first line, I'm trying to achieve in OSB is IF (NOT (@ISMBR("Actual"))), but I can't convert that into MDX

    Any help will be greatly appreciated and links or documents that you can share for my to improve my skills MDX will also be appreciated

    Thank you

    I don't not a ton of experience with MDX, but my understanding is that IT is a function, it returns True or False, but is NOT an operator who basically returns a Boolean value, try using this:

    BOX WHEN (IS NOT ([scenario]. CurrentMember, [real])) THEN

    ([ACCT1] * [ACCT3]) + [ACCT2]

    END

    There is useful information about MDX in Essbase Technical Reference

  • BSO in ASO data push when the data is saved to the form online

    Hi all

    I'm in a Situation where I need to send data from Cube BSO to ASO cube whenever a user saves data to the online form.

    If the background is that the user will enter a data in a cube BSO using the online form. When registering online, data must be pushed in reporting cube ASO user which will see at the end.

    BSO cube is created using the EMPA and ASO is Pure Essbase cube.

    All thoughts.

    See you soon

    Anubhav

    Anubhav here you go

    Send data in real time from planning to ASO ~ Oracle - Hyperion Labs...

    Concerning

    Celvin Kattookaran

  • How to change the 'Drive' for the BSO cubes (just like we do using "alter tablespace" for ASO cubes) using MAXL etc.?

    Hello team,

    I'm trying to make a backup copy of the cube by using the copy commands, BSO

    but after copy, I need to change the drive letter (for the data and indexes of the files) using MAXLs.

    I am able to do for cubes ASO using "Alter tablespace" i.e. for example, change "D:\" car ' to 'E:\. "for the tablespace files.

    I need to do the same for the BSO cubes? any idea?

    Kind regards

    Amit

    Don't forget while you can also change the drive it can't displace data. You would have to export the data, delete the database, change the disks, and then reload.

    For the actual command of MaxL watch the MaxL Alter Database command. You can add, dorp or set volumes of disk for ind and pag files

  • Formula member with the attribute

    I can't get a member formula to work. It's an account dimension. I tried a number of things simply divide two accounts if they have a "Division 3 Cranberry" attribute in the attribute productpool. I get the error message "Error (1200337) - compilation error formula for [CRN PLR barrel] (line 11): [)] without [()].
    This formula works, but give me just Cranberry: "CRN PLR per barrel" = "ProductLineReturn" / "TotalNSB";

    I tried many things and would be really grateful for the help,
    Thank you, Donna

    Here are some of my tests:

    (1) "ProductLineReturn", @ATTRIBUTESVAL (@NAME ("Cranberry 3 Division")) / "TotalNSB";


    (2) FIX (@ATTRIBUTESVAL (@NAME ("Cranberry 3 Division"))
    'ProductLineReturn' / 'TotalNSB ';
    ENDFIX

    (3) FIX
    (@ATTRIBUTESVAL (ProductPool) 'is' 'Cranberry 3 Division')
    "CRN PLR / barrel" = "ProductLineReturn" / "TotalNSB";

    ENDFIX

    When I have a problem like that, I try to post a little a time until it works.

    What I mean is, you have this formula: "ProductLineReturn" / "TotalNSB";

    It is not valid.

    Is a formula that looks like: "ProductLineReturn";
    validate?

    Is a formula that looks like: "TotalNSB";
    validate?

    This seems silly and obvious, but I've used this technique several times - when I finally found the problem, it's a moment of palm-de-main-a-face--quelque thing I thought unless it is generally not.

    Kind regards

    Cameron Lackpour

    Published by: CL on March 19, 2010 09:58
    Oops, I wanted to add that the formula of Gary, or mine, changed a bit:

    IF(@ISATTRIBUTE("3 Cranberry Division"))
    "CRN PLR per Barrel" = "ProductLineReturn"/"TotalNSB";
    ENDIF
    

    in the member formula should work. As you pointed out, you don't need the "DPP CNR per barrel' = bit as it is implied by the Member of the formula is in.

  • Help formula ASO MDX

    Hello

    How can be function @ISMBR be translated MDX for a specific list of members? For example, how can we the BSO (@ISMBR("Jan","Mar","May","Jul","Aug","Oct","Dec")) converted to ASO formula?

    Any help is appreciated. Thank you!

    You will use the IS for a single member function and the function CONTAINS several members

    CONTAINS ([point]. CurrentMember, {[Jan] [Mar], [May] [Jul] [Aug] [Nov] [Dec]})

  • How to copy the outline of ASO...

    Hello...
    I have a sample (BSO) request that contains members very broad outline... Now, I want the same outline for another application that is the new application sampleASO (ASO). While, I tried to copy/save as contour... but I am not able to copy of BSO in ASO... is there another way to do this... Please tell me...


    Thanks in advance

    I went back in time and had a look into the 7.1.3 eas docs, that's what he has to say

    To launch this wizard, use one of the following methods:

    * Select assistants > aggregate hierarchical storage Conversion.
    * Select file > new and in the wizards tab, choose global storage shape conversion wizard

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • BSO in ASO by EPMA

    Hello

    I'm looking for a way in which I can copy my plan of HPB BSO to an ESSBASE ASO by EPMA contour. I know there is a wizard in the Console of Regional service, but copied via essbase outline is reflected not in EPMA. If you are looking for a way in which I can get in EPMA made itself.

    Thank you.

    No idea why you even don't manage applications of Essbase in EPMA, but couldn't convert you the BSO app to a new application of ASO in EA and then use the transformation EPMA Wizard in the workspace to convert classic EPMA.

    See you soon

    John

Maybe you are looking for