on ‎2016 May 30 6:23 PM
Hi,
I have the dimension ACCOUNT.
I created the hierarchy of this dimension ACCOUNT
The node 'BS' (balance sheet) of this hierarchy has the following members:
ACCOUNT1
ACCOUNT2
ACCOUNT3
I created the report in EPM Excel and in edit report, we selected all accounts in column
In cell C2, we selected the node of hierarchy account : BS in order to limited the account1, acount2 account3
I added the EPM fonctions : EPMDimensionOverride("000";"ACCOUNT"; C2)
the result of this function is correct but I would like to display the children (account1, acount2 account3) and not the node BS
I tried to use the DEP but it's a error
Can you help me to change the codification of this function EPMDimensionOverride
Thanks
Bastien
Request clarification before answering.
The correct syntax is:
=EPMDimensionOverride("000";"INACCT";"DEP(1)")
where 1 is member ID
Vadim
In your case:
=EPMDimensionOverride("000";"ACCOUNT";"DEP(BS)")
or
=EPMDimensionOverride("000";"ACCOUNT";"DEP("&C2&")")
C2 contains: BS
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 | |
| 6 | |
| 4 | |
| 2 | |
| 2 | |
| 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.