on ‎2015 Dec 09 11:19 AM
Hello experts,
I want to create a local member on rows (sum of two accounts).
I have thought two options (but I need help with second):
1. show this accounts and hide rows, then create localmember with EPMPosition(1)+EPMPosition(2).
2. I would like to sum directly ID of accounts on localmember. How can I do?
Thanks!
Request clarification before answering.
Hi Alex,
First option is correct, local members work only on data shown on the report.
As a bad alternative you can use EPMRetrieveData function in local member but it will affect the report performance.
Better:
You can also dimension member formula to get sum of 2 accounts
Or - the best - use hierarchy parent in the existing or new hierarchy.
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dimension member formula is created in the WEB administration - in Rules!
Please read help: Member Formulas - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library
If this sum is specific to a single report, then the first option is better.
Instead of EPMPOSITION(1)... you can use:
=EPMMEMBER([CATEGORY].[].[FORECAST])+EPMMEMBER([CATEGORY].[].[ACTUAL])
sample from EPM help.
P.S. EPMMEMBER(...) will be replaced by the reference to the cell containing this member
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 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.