![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm getting demension properties like this: DIMENSION PROPERTIES [Zone].[Level1].[Key],[Zone].[Level2].[Key] on rows. But in my output I get colums [Zone].[Key] and [Zone].[Key] and reporting services can't tell the difference? is there anyway to: DIMENSION PROPERTIES [Zone].[Level1].[Key] as Key1,[Zone].[Level2].[Key] as Key2 on rows. |
#3
| |||
| |||
|
|
Sorry, here's the whole query. I don't think i can do a with members as at the top for this. SELECT {[Measures].[Sends]} on axis(0), Generate ( TopCount ( [Zone].&[Level1].children, 5, [Sends]), TopCount (Descendants([Zone].CurrentMember, 2),3,[Sends] ) ) DIMENSION PROPERTIES [Zone].[level1].[Key],[Zone].[level2].[Key] , [Zone].[level1].[Name], [Zone].[level3].[Name] on axis (1) FROM [All Communication Analysis] "Cindy Lee" <cindylee (AT) hotmail (DOT) com> wrote in message news:%23MdhawvsEHA.2808 (AT) TK2MSFTNGP14 (DOT) phx.gbl... I'm getting demension properties like this: DIMENSION PROPERTIES [Zone].[Level1].[Key],[Zone].[Level2].[Key] on rows. But in my output I get colums [Zone].[Key] and [Zone].[Key] and reporting services can't tell the difference? is there anyway to: DIMENSION PROPERTIES [Zone].[Level1].[Key] as Key1,[Zone].[Level2].[Key] as Key2 on rows. |
![]() |
| Thread Tools | |
| Display Modes | |
| |