dbTalk Databases Forums  

RE: MDX CurrentMember.Name Problem

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss RE: MDX CurrentMember.Name Problem in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joerg
 
Posts: n/a

Default RE: MDX CurrentMember.Name Problem - 08-27-2004 , 05:47 AM






Hello,

try to query the name via ....Currentmember.Properties("Name")

HTH
Jörg

WITH
MEMBER [MEASURES].[Dimension Name] as
'[Customers].CurrentMember.Properties("Name")'
MEMBER [MEASURES].[Dimension Level] as '[customers].CurrentMember.UniqueName'
SELECT
{[MEASURES].[Dimension Name],[MEASURES].[Dimension Level]} on columns,
{[Customers].Members} ON ROWS
FROM [Sales]



"J Aure" wrote:

Quote:
I'm trying to use a query like the following:

WITH
MEMBER [MEASURES].[Dimension Name] as '[Dimension].CurrentMember.Name'
MEMBER [MEASURES].[Dimension Level] as '[Dimension].CurrentMember.UniqueName'
SELECT
{[MEASURES].[Dimension Name],[MEASURES].[Dimension Level]} on columns,
{[Dimension].Members} ON ROWS
FROM [Cube]

The problem with this is that, for some reason, a couple of the members are
returning blank values as their names within the dimension.

Has anyone else encountered this problem before? Is there a solution?

Thanks!

Joe

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.