BSO formula to ASO — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood: Oracle Cloud SCM and Purchasing

BSO formula to ASO

edited Aug 2, 2018 2:36AM in Essbase 2 comments

Summary

BSO formula to ASO

Content

Hi

Can someone help me to convert bso formula to ASO (mdx) formula.We have a dynamic calc member in BSO cube and it works fine there. however we need a siliar formula for ASO cube.

IF (@ISMBR(@IDESCENDANTS("Balance Sheet Accounts")))

    IF(@ismbr("Jan"))

        IF    (@ISDESC("Budget Scenarios"))

            IF    (@ismbr(@member(@substring(@name(@currmbr(Scenario)),6))) )

                @prior("Closing Balance"->&LFScenario->"Dec",1,@levmbrs("Years",0));

            ELSE

                @prior("Closing Balance"->"Dec",1,@levmbrs("Years",0));

            ENDIF

        ELSEIF (@ismbr("Forecast"))

            @prior("Closing Balance"->"Actual"->"Dec",1,@levmbrs("Years",0)) ;

        ELSE

            @prior("Closing Balance"->"Dec",1,@levmbrs("Years",0));

        ENDIF

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!