Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to exclude some members from Hierarchy in rule?

3520495Feb 23 2018 — edited Feb 24 2018

Hi Experts,

Im trying something like aggregating the few members in a hierarchy to Parent entity California. Here, In current hierarchy I want to aggregate only few members from A888001 to A888010 and want to exclude remaining members for first IF condition. Please see the below Hierarchy and rule which I have written. But its not aggregating the specified members. Please let me know where Im missing it.

     

A888000CalifirniaAmount
A888001Sunnyvale              5,353
A888002Sunnyvale             73,633
A888003Sunnyvale             31,231
A888004Sunnyvale
A888005Sunnyvale              7,373
A888006Sunnyvale              9,883
A888007Sunnyvale             63,453
A888008Sunnyvale             63,256 Balance_Validation(
A888009Sunnyvale             63,767 IF(@ISMBR("Sunnyvale"))
A888010Sunnyvale "A999003" = @SUMRANGE("A888001":"A888010");
A888011Sunnyvale ELSEIF (@ISMBR("Sunnyvale"))
A888012Sunnyvale             83,633 "A999003" ="A888019"->"York";
A888013Sunnyvale ELSEIF (@ISMBR("Sunnyvale"))
A888014Sunnyvale           738,738 "A999003"="A888020"->"EB Velly";
A888015Sunnyvale ENDIF;
A888016Sunnyvale )
A888017Sunnyvale              6,353
A888018Sunnyvale
A888019York           388,939
A888020EB Velly              8,899
A888021Newport             54,543
A999003             1,599,054

This post has been answered by Srikanth Grandhe on Feb 23 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2018
Added on Feb 23 2018
2 comments
308 views