Oscar
2 days agoContributor
Show formula of Account type DynamicCalc
Hello ...
We are trying to output the formula for Accounts of type DynamicCalc in a cube using an U8 member named U8#AccountFormula. In this member we have defined the following:
Return api.Account.Formula(api.Pov.Account.MemberId,API.Pov.Scenario.MemberID,Api.Pov.Time.MemberId)
The code above only seems to work for all Accounts except type DynamicCalc
Is there another function we should be leveraging? Thanks