Hyperion Planning (MOSC)

MOSC Banner

Aggregation for certain members under Parent

edited Jul 4, 2018 5:44AM in Hyperion Planning (MOSC) 5 commentsAnswered ✓

Hi

I have a parent having several members as children say 25. and I would like to aggregate only say 20 members to Parent.

Can I do it in business rule without hard coding members.

normally we use @Idescendants () function for aggregation.

is there way around to achieve this.

script is

FIX ("Budget", &CurrYr, "Local", "Draft")

   

    @DESCENDANTS("Entity");

    @IDESCENDANTS("All CostCenters");

   

    @REMOVE(@IDESCENDANTS("All Intakes"), "No Intake");

    @IDESCENDANTS("Yeartotal");

ENDFIX

its not validating

Thanks

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