How to display Member Unique Name?

  • HOW to display MUN -

Hi to all,

How can we display on a report the MEMBER UNIQUE NAME OF data item in Report Studio 8.4 ?

For example i want to display something like this:
[CubeName].[DimensionName].[LevelName].[Hierarchie]->:[TM].[DimensionName].[LevelName].[@MEMBER].[2010]

Thanks !

  1. Open Report Studio using the a Cube and create the following report:

a) The Member Unique Name column is a query calculation using the following expression. Remember – the syntax of this function is case sensitive:

roleValue(’_memberUniqueName’,[MUN_Cube].[Products].[Products].[Product Line])

b) Save this report
c) Run the report in PDF format and see the results.

Is this what you are looking for?

Thanks CognosGuru for the fast FEED-BACK !

It works.

:slight_smile: