BSO formula to aso

Formula of BSo

IF (@ISMBR (@IDESCENDANTS ("health Companies")))

"H42000. Calc' = (("H40900"-> "NG_Opt" + "H41000"-> "NG_Opt"
"H41100"-> "NG_Opt" + "H41200"->"NG_Opt" + "H41300"->"NG_Opt".
"H41400"-> "NG_Opt" + "H41700"-> "NG_Opt") *.
("NG_11Adj"-> "PLAT_00"-> "BSEG_00"-> "HMHS_00000"-> "PROD_000"-> "MKT_0000"-> "DEPT_00000"-> "FAC_00000"-> "LAE rate")) ;



Formula of the ASO
-CASE when (Company.CurrentMember, [companies health]) is then
[H42000.calc] = (([H40900], NG_opt + [H41000], NG_opt + [H41100], NG_opt + [H41200], NG_opt + [H41300], NG_opt))
+ [H41400], NG_opt + [41700], NG_opt) *.
(NG_Adj.currentmember, Plat_00.currentmember, BSEG_00.currentmember, HMHS_00000.currentmember,
PROD_000.CurrentMember, MKT_0000.currentmember, DEPT_00000.currentmember, FAC_00000.currentmember.
LAERate)

End

I'm trying to convert asf formula aso.

I get the error message
Error (1260052) syntax error in a mdx query to enter on line 2 to token '=' NG_21Adj

I write formula member of NG_21Adj and looks like it does not of '=' and sign ' + '.

can someone help me with this

Thank you

Oh (of course). In the formula of Member ASO that the calc is for this member, then the equation is not necessary.

But I'm confused because you said that this formula Member performed a member called NG_21Adj

If H42000.calc whence?

Below should work syntactically, but now I'm unclear of what your goal is. Which Member you are trying to calculate?

CASE WHEN IsAncestor([Health Companies], [Company].CurrentMember, INCLUDEMEMBER) THEN
(([H40900], [NG_opt]) + ([H41000], [NG_opt]) + ([H41100], [NG_opt]) + ([H41200], [NG_opt]) + ([H41300], [NG_opt]) + ([H41400], [NG_opt]) + ([41700], [NG_opt])) *
([NG_Adj], [Plat_00], [BSEG_00], [HMHS_00000], [PROD_000], [MKT_0000], [DEPT_00000], [FAC_00000], [LAERate]) END

or

CASE WHEN IsAncestor([Health Companies], [Company].CurrentMember, INCLUDEMEMBER) THEN
SUM(CROSSJOIN({[H40900], [H41000], [H41100], [H41200], [H41300], [H41400], [41700]}, {[NG_opt]})) * ([NG_Adj], [Plat_00], [BSEG_00], [HMHS_00000], [PROD_000], [MKT_0000], [DEPT_00000], [FAC_00000], [LAERate]) END
 

Tags: Business Intelligence

Similar Questions

  • Convert Member BSO formulas to ASO

    Please convert the following Member BSO formula ASO MDX formula

    IF (@LEVMBRS ("M", 0)
    )

    "A" = @ROUND ("Z" * "C"-> "D"-> "E"-> "Z", 0) +;
    ENDIF

    -------------------------------------------------------------------------------------------------

    IIF ([M]. (Level (0)], round ([Z] * [C]-> [D]-> [E]-> [Z] + [A]), 0)

    IIF (ISLEAF ([M]), ROUND (([Z] * ([C], [D], [E], [Z])), 0) + [A], MISSING)

  • On the conversion of the Member of BSO formula helps ASO

    Hello

    I'm new to MDX and got stuck on the conversion of function @IsMbr to ASO.

    Here's what my formula BSO

    JFK
    @ISMBR ("a") AND @ISUDA ("Account", "L"))
    « C » = « D » ;
    ENDIF

    Note: A, C, D and L are of different sizes.

    I am able to generate the formula of the BSO and I've tagged dynamic members top member. I have therefore been able to data aggregated.
    Formual to ASO works on lower-level members, but I can do together to ASO. She says all dynamics.

    Thanks for your suggestions.

    Hello

    There is a very good article in the MDX > Aggregate Storage topics > MDX contour forms Essbase technical reference which are necessary to carry out certain functions of BSO calculator examples of the MDX, the link to the 9.3.1 version is attached here.

    [http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/techref.htm]

    The @ISMBR example is slightly more complicated than what you need, what it is looking for a range of members, where you don't need one Member, so it should work (which assumes that you calculate 'Member C'):

    IIF (is ([Dim]. CurrentMember, [A member]) AND IsUda ([account]. (CurrentMember, 'L'), [member], missing)

    Please note that when the words are underlined in what above, they must appear in [but here assumes that it is a link and notes.] This formula is perhaps not optimal but it works for me.

    I'm afraid that my MDX skills probably don't extend far enough to help with your other point, it sounds as if you need a the IIF formula that performs a calculation if at level 0 and children are current Member if, at a level higher than 0, but I think that could involve a lot of orders "Crossjoin" and I have not tried those of front.

    Hope this helps
    Stuart Game

  • How to convert this BSO formulas formulas ASO?

    I need help to convert this BSO formulas formulas ASO:

    BSO formulas:
    12 * ("head count"-> "stopped" / ((@PRIOR("Head Count"-> "Total Active & Leave") + "number of head"-> "Total assets & leave ') / 2));

    'Number of head' is a member of the dimension account
    'Complete' and ' Total assets & leave "are members of the dimension of the State


    Existing Active
    New rental
    Assets
    CARPET
    STD
    OTH
    Leave
    Holidays & total assets
    Volunteer
    Involuntary
    Death
    Retirement
    End of temporary assignment
    Terminated
    LTD
    Total status
    Promotion within level
    Promotion to the next level
    Promotion
    No Total status
    All Status
    Status (Dimension)



    ASO, the formulas will be?

    Thank you

    Try

    CASE WHEN IS([Period].CurrentMember, [Jan]) THEN
    
    12 * (([Head Count], [Terminated] ) /
    ((( [Head Count], [Total Active & Leave], [Dec], [Year].CurrentMember.lag(1) ) +
    ([Head Count], [Total Active & Leave])) / 2))
    ELSE
    12 * (([Head Count], [Terminated] ) /
    ((( [Head Count], [Total Active & Leave], [Time].CurrentMember.lag(1) ) +
    ([Head Count], [Total Active & Leave])) / 2))
    END
    

    Note that this implies that your dimension of the year is in descending order

    Year
    -2007
    -2008
    -2009

    If the year is in ascending order

    Year
    -2009
    -2008
    -2007

    Then, you need to change

    [Year].CurrentMember.lag(1) 
    

    TO

    [Year].CurrentMember.lead(1)
    
  • How to convert the Member BSO formula formula ASO MDX

    Hello

    can someone help me to convert under the formula of OSB member to ASO

    T & M = "T & M"->"40000000 Services '%' Services:"-> "40000000;



    Kind regards
    Prabhakar.

    Published by: prabhakar on January 21, 2010 03:21

    Try something like

    ([T & M services], [40000000]) /([Services:],[40000000])

    You may need to tweak it to calculate a percentage of true

    See you soon

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

  • Formula Member BSO using MDX ASO

    I use the Ref of the Essbase Tech to convert the below formula a calc to MDX member but just short. Help, please.

    IF ((@ISDESC (Cans)) AND (@ISMBR (Gander)))

    Total_Hours / @PARENTVAL (containers, cans-> Total_Hours); ENDIF;

    And my attempt to MDX:

    IIF ((IsAncestor [drums], [drums]. (CurrentMember]) AND (IS [Jars])),

    [Total_Hours] / ([containers], [cans].) CurrentMember.Parent, [Total_Hours]

    Thank you!

    When you use IIF statement you must specify the TRUE and the FALSE instructions.

    Change it as shown below and it should work

    IIF ((IsAncestor [drums], [drums]. (CurrentMember]) AND (IS [Jars])), ([Total_Hours] / ([containers], [cans].)) (CurrentMember.Parent, [Total_Hours]), missing)

    Concerning

    Amarnath

    http://Amarnath-Essbase-blog.blogspot.com

  • transparent wall with BSO (src) and ASO (tgt)

    Hello

    I just want to confirm if we can have a transparent wall with BSO as source and ASO as target. Both my cubes ASO and OSB have given and are essbase cubes. So I want to display the data that is already there in my cube ASO and also it is in OSB.

    I went through the documentation and it is said that this configuration is supported. But I just wanted to confirm until I started my design.

    Thanks in advance!

    Yes, it is a combination of supported but I think that the ASO target database should have no local data and may not contain partitions.

    See you soon

    John

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

  • BSO formula to Calc. periodic values

    Using Essbase 11.1.2 cube BSO - data is available as a CDA value. I need to capture the periodic value. With the help of 'Periods' as my Time dimension:

    Periods:
    Yeartotal
    1ST QUARTER
    Jan
    Feb
    Mar
    etc...

    I also have a dimension of 'Views' with 2 members of the CDA and BAT. The data is loaded to CDA. I have a formula in the MTD member to capture periodic values. Appreciate your help as always.

    Thank you

    Paul

    TimG,
    I'm you stalking like I Cameron! TimG is basically correct in what he gave you except for the first period of the year (assuming Jan for this example) you really need an If statement in the MTD
    If (@ISMBR (Jan))
    "CDA";
    ELSEIF@ISMBR("FEB":"DEC")
    "CDA" - @PRIOR ("YTD);
    ENDIF

    You could also add the logic to the quarters and years, etc.

  • 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

  • Help with formula Mdx ASO

    Can anyone help me please with the conversion. I want to convert the below formula member of ASo Member mdx formula.

    IF (@ISMBR (@IRDESCENDANTS ("AID3EF")))
    '895672' - '237674 ';
    ON THE OTHER
    #Missing;
    ENDIF

    TIA

    Published by: user13146947 on December 14, 2011 09:19

    Yes, you are right, is to be GOLD.

    Kind regards
    RSG

    Published by: RSG on December 14, 2011 11:27

  • Help formula of ASO Urgent...

    Hi Experts,

    I have fomula Member that contains the actual value or budget based on the actual load. Formula works well as expected however the aggregation does not.

    Member name: forecast (Abs) (25 of solve order)
    -case when islevel ([time] .currentmember, 0) then (case when IsEmpty ([PY_PER]) and IsEmpty ([PY_PER_REVENUE]) and then ([last budget year (Abs)]) else ([last year (Abs)]) end) END

    Member name: prediction Test (30 of solve order)

    CASE WHEN IsLevel ([time] .currentmember, 0), THEN [SEE]. [Forecast (Abs)] else (sum ([Time]. CurrentMember.Children, [VIEW]. [Forecast] (Abs))) end

    The above formula is rolling only level months but months level value is not aggregate level qtr and qtr to the level of the year.

    Our temporal dimension is multiple hierarchy enabled. Primary hierarchy is Power (year-> week-> date) and secodary is exercise (year-> qtr-> month-> date (shared)).

    Any help is appreciated.
    Raja Mohamed

    Hello Mohamed,

    I think the problem is in

    sum ([Time]. CurrentMember.Children

    That is why the month working and probably the week also works. Maybe you have to work with descendants, and not just take the kids. It is dynamic, so the year children are quarters and they have no data because it is stored at lev0.

    Kind regards

    Philip Hulsebosch

  • BSO Member conversion to ASO MDX formula

    Hi guys,.

    I am trying to convert the following Member BSO formula to ASO.

    FORMULA MEMBER BSO
    --------------------------------
    IF (@ISLEV ('TP', 0))
    @SUMRANGE ("TDI"->"feat"-> "ETC."->"PC NA Exch"->"", @ILSIBLINGS (@CURRMBR ("TP")));
    ELSE IF (@ISLEV ("TP", 1))
    "TDI"->"feat"-> "ETC."->"PC NA '->' Exch ';
    ENDIF;

    Conversion of the ASO
    ----------------------
    CASE
    WHEN
    IsLevel ([TP], 0)
    Sum (Sum (CrossJoin ({[TDI], [exploit], [ETC.], [PC NA], [Exch]}) THEN))
    MemberRange (([TP]. CurrentMember). FirstSibling, [TP]. Lag (1))
    )
    ON THE OTHER
    WHEN IsLevel ([TP], 1) THEN
    [TDI], [exploit], [ETC.], [NA PC], [Exch]
    )

    Can someone please help me with this? I came with the converstion above but it is not through.

    Thank you
    Mickael

    You have ADI, Feat, etc, PC NA, Exch wrapped in parens? (TDI, Feat, etc, PC NA, Exch)? You can also add .currentmember on behalf of each Member

    ([TDI].currentmember,[Feat].currentmember,[ETC].currentmember, [PC NA].currentmember, [Exch].currentmember) 
    
  • 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])

  • 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/

  • 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.

Maybe you are looking for

  • Installation of Win XP on Satellite L40 - 18Y

    I bought a Toshiba Satellite L40 - 18Y Vodafone along whit the preinstalled Windows Vista Home Premium. I want to put Windows Xp but it sems that the installer does not recognize the HARD drive (in the BIOS displays the HARD drive). I have have shear

  • What is GB 10.1.0 system requirements?

    Nowhere on all web pages Apple can find a clear statement of the system requirements minimum and recommended to run GB 10.1.0 and subsequent revisions. I have no problem, run this software on my MBP of GB 16 Early 2011 2.7 GHz i7. Mid 2010 2.4 my col

  • AC update wifi card for dv7-6b77dx?

    Hello.  I am considering buying a router using the new standard wireless AC and I wonder if there are cards wifi AC which are approved for use in the United States with the dv7-6b77dx?  I was looking specifically at the 7260HMW of Intel, but if there

  • ALT-print screen copy of Image in Paint does not

    I have a Vista laptop (64 bit) with a USB keyboard and a mouse, and when I do ALT-print screen my screen does not seem to be copied to the Clipboard. When I do Ctrl + V in the painting that nothing happens. Paste option is grayed out when I select Ed

  • Configurec language on each new access through IE8 changes

    I've got 2 nmh410 running. 1 x 2 TB wd and 1 x 1 TB wd. Both have been set up to use English, but on each new access via the Web interface, the language changes in Danish (with a few missing chracters) Is this a bug or?