Dear all,
is there a formula to get the unique name of a specific element in Application Studio? I know there is MEMBERNAME, but it doesn't work as expected.
Following situation - Dimension DCOSTC looks like that:
[DCOSTC]
[DCOSTC].[Total]
[DCOSTC].[Total].[100_1111]
[DCOSTC].[Total].[100_1112]
[DCOSTC].[100]
[DCOSTC].[100].[100_1111]
[DCOSTC].[100].[100_1112]
[DCOSTC].[PRD]
[DCOSTC].[PRD].[100_1111]
E.g. I would need a way to get unique name of an element of branch [DCOSTC].[100]. I only have caption of element 100_1111.
If I use =MEMBERNAME("CPM"; "TCONTROL"; "[DCOSTC]"; "[DCOSTC].["$C12&"]") in a hyperblock I get in some cases [DCOSTC].[PRD].[100_1111] and in other [DCOSTC].[100].[100_1112].
KR
Michael