Hyperion Essbase (MOSC)

MOSC Banner

ESSBASE MDX Average Consolidation

edited Jun 10, 2014 1:08PM in Hyperion Essbase (MOSC) 16 commentsAnswered

ESSBASE MDX Average Consolidation:

The issue with this is that I cannot get the GEO Account Unit parents to average the revenue days.   It has to over ride the addition, consolidation in the dimension GEO Account Unit. Is there a way to do this?  If you have an MDX example (not SQL example), I would really appreciate it much.

CASE WHEN

IsLevel([GEO Account Unit].CurrentMember, 0)

THEN

[Accounts].[Revenue Days]

ELSE

AVG([GEO Account Unit].CurrentMember.Children, [Accounts].[Revenue Days])

END

Thank you for your help.

TC

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