HI,
I have one question actually on a account I am applying a rule which is working perfectly for no member. But in other scenario I need that no member value on all members for that what I have done is :
*XDIM_MEMBERSET CATEGORY = %CATEGORY_SET%
*XDIM_MEMBERSET TIME = %TIME_SET%
*WHEN ACCOUNT
*IS "A1.4"
*REC(EXPRESSION = %VALUE%*(1+([ACCOUNT].[A.2.1])),ACCOUNT = "A.7.8")
*ENDWHEN
*XDIM_MEMBERSET TIME = %TIME_SET%
*XDIM_MEMBERSET ACCOUNT = A7.8,A.9.11
*XDIM_MEMBERSET CATEGORY = Budget
*XDIM_MEMBERSET ZONE = BAS(ALLZONE),NO_ZONE
*RUNALLOCATION
*FACTOR = 1
*DIM ACCOUNT WHAT = A7.8 ; WHERE = A9.11;USING = A7.8;TOTAL = <<<
*DIM P_PROJECT WHAT = NO_ZONE;WHERE = BAS(ALLZONE);USING = NO_ZONE;TOTAL = <<<
*ENDALLOCATION
So, when I run above mentioned logic then value getting calculate but for other scenario where ZONE is not NOZONE then this value is not
flowing in that. Please suggest what changes need to apply in this?