on 2022 Jun 24 6:49 PM
In classic BPC we have member formula say for an account dimension ( example P_ACCOUNT )
and it has a member ( or masterdata ) = 1001. and COST_CENTER is another dimension with member CC100
and I have the formula [P_ACCOUNT].[1001] - ( [P_ACCOUNT , [COST_CENTER].[CC100])
how do we do this is SAC , I cant seem to cross P_ACCOUNT boundaries in SAC formula
Request clarification before answering.
Rajarshi,
You can achieve the same by using RESTRICT/LOOKUP/RESULTLOOKUP to get the second part
[1001]-RESTRICT([1001],[d/COST_CENTER]=("CC100")
[1001]-LOOKUP([1001], [d/COST_CENTER] = “CC100”)
Refer below for more help as per your requirement.
REgards
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
3 | |
3 | |
2 | |
2 | |
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.