![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I need to find a way to identify a particular calculated member, but the .Name or .UniqueName functions don't appear to be an option; execute the following query in FoodMart 2000 to see what I mean: WITH MEMBER [Store].[Name] AS ' [Measures].CurrentMember.Name ' MEMBER [Store].[UniqueName] AS ' [Measures].CurrentMember.UniqueName ' SELECT [Measures].AllMembers ON COLUMNS, {[Store].[Name], [Store].[UniqueName]} ON ROWS FROM [HR] You'll see the name and unique name property displayed for the actual measures in the HR cube, but #ERR for the calculated member [Avg Salary]. Anyone know of a way I can determine the name of calculated members as well? Cheers, Koan |
#3
| |||
| |||
|
|
HTH, Chris |
![]() |
| Thread Tools | |
| Display Modes | |
| |