Andrew Sears - T4G


In the tools that I have used for getting generated MDX queries (Query Analyzer, Proclarity, Excel) the query always seems to show the key value instead of the member name.

Is it possible or is there a query tool that will generate queries with the member name instead

See example:

[Organization].&[152551]

Should read

[Organization].[By Division]

thanks,

Andrew





Re: Displaying member name instead of key in query

Konstantin Gorakin


Set "MemberNamesUnique" to True for a particular attribute. That should do it




Re: Displaying member name instead of key in query

Andrew Sears - T4G

Thanks! Didn't even have to reprocess!

cheers,

Andrew