on 2019 Nov 01 11:27 PM
We are having ACCOUNT dimension having
ACC_A
ACC_B,
We also have DEPT dimension where
DEPALL is parent of
DEPA,
DEPB,
DEPC
We want to use value of ACC_A for each base member of DEPT dimension and divide it by value of ACC_A of DEPALL and store the result into ACC_B
*XDIM_MEMBERSET ACCOUNT= ACC_A, ACC_B
*XDIM_MEMBERSET DEPT=BAS(DEPALL)
*WHEN ACCOUNT
*IS ACC_A
*WHEN DEPT
*IS %DPT%
*REC(S_ACCOUNT=ACC_B,EXPRESSION=( %VALUE% / %DPT%.PARENT ))
*ENDWHEN
*ENDWHEN
However not able to get the required result. What we need is ACC_A Value at base level of DEP divided by ACC_A Value at Parent of that DEP and store it into ACC_B.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.