cancel
Showing results for 
Search instead for 
Did you mean: 

EPM report: local member question

Former Member
0 Kudos

Hi,

I have a report with three dimensions (account, entity, auditid) in the row axis. The order is set in this way due to client requirements. The report essentially looks like this

I would now like to add a local member that calculates ACCOUNT_NODE/ACCOUNT2 but still allows me to drill-down on the entity and auditid dimensions. So I am looking for something like this

The only way I can see would be to create the local member using an epmretrievedata function. When I try to create it local member recongnition, it does not work since the entity and auditid are not repeated or shown on the row for the local member. so my result looks like this

Is there a way to create the local member in the way I need it?

Thanks,
Arnold

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Try to use dimension member formula instead!

Answers (1)

Answers (1)

former_member199935
Participant
0 Kudos

Is this what you are looking for?

make sure "EPM local member recognition" is checked and "repeat row members" selected. So, as soon as you enter excel formula (= J7/J5) in J8, EPM automatically calculates local member formula.

FYI: This is how my local member formula is listed.

=EPMTUPLE([ENTITY].[PARENTH1].[B];[ACCOUNT].[PARENTH1].[ACCOUNT_NODE];[INTERCO].[PARENTH1].[I_A];)/EPMTUPLE([ENTITY].[PARENTH1].[B];[ACCOUNT].[PARENTH1].[ACCOUNT1];[INTERCO].[PARENTH1].[I_A];)

Hope it helps.

former_member186338
Active Contributor
0 Kudos

If you look on the original post you will see:

"I would now like to add a local member that calculates ACCOUNT_NODE/ACCOUNT2 but still allows me to drill-down on the entity and auditid dimensions"

former_member199935
Participant
0 Kudos

Thanks Vadim. I missed that part.