Hyperion Essbase (MOSC)

MOSC Banner

New to MDX - member formula

edited Mar 14, 2011 10:14AM in Hyperion Essbase (MOSC) 1 commentAnswered
In ASO, I have tested and validated the first when statement which correctly calculates the value for the level 0 or base member.  Now I would like to aggregate to the parent (member 0020).  The second when stmt does not validate.  How can I accomplish this in a member formula.

CASE
WHEN IsUda( [Entity].CurrentMember,"BASE_A") THEN [Account].[299900]
WHEN [Entity].[0020] THEN SUM(CROSSJOIN({UDA([Entity],"Base_A")},{ [Account].[299900]})
END

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center