on ‎2015 Jul 21 5:18 PM
Hi,
is there a way to show the real description of members when use reference on EPMOlapMemberO ?
Example 1(Without Reference):
EPMOlapMemberO("[TIME].[PARENTH1].[2015.TOTAL]";"";"2015.TOTAL - Total 2015";"";"000")
Show: Total 2015
Example 2(With Reference):
A1 = 2015.TOTAL
EPMOlapMemberO(A1;"[TIME].[PARENTH1].[2015.TOTAL]";"2015.TOTAL - Total 2015";"";"000")
Show: 2015.TOTAL
How i can show "Total 2015" in the Example 2 instead of ID 2015.TOTAL ?
Thanks,
Angelo.
Request clarification before answering.
Thanks for the answers,
this is the scenario of two examples:
1. Reference
2. No reference
The EPM manual (see Page 18) explain the use of EPMOlabMemberC, that would work like i want, but is only for local purpose!
@Vadim I had already thought the use of Local Member EPMMemberDesc at Row Axis after TIME Members or Formula Before TIME Member ... what do you mean with the use of EPMMemberProperty ? I can use it with EPMOlapMemberO ?
Thanks for the support.
Angelo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry - I mean EPMMemberDesc instead of EPMMemberProperty
By the way EPMMemberProperty can be also used: "DESCRIPTION" - is a property!
In general if you use reference inside EPMOlapMemberO - then you use static report (in this sample with static column axis)
For static report you don't need local member - just row with formulas EPMMemberDesc(...)
Vadim
P.P.S. "Static" - in your sample means fixed number of columns with member id's delivered by reference!
Thank you all for the support!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your desired cell = EPMMEMBERDESC(A1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Angelo,
Use separate cell with EPMMemberProperty. And hide ID cell!
Vadim
P.S. If you are talking about row/column axis - use local member for the same (with EPMMemberProperty)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.