![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm a newbie to MDX and have the following problem. I use the following statement SET [CustomTimeSet] AS 'Descendants([Time].[2006].[Quarter 1]:[Time].[2006].[Quarter 4],[Time].[Month] ,SELF_AND_BEFORE)' and it is returning the data that I require. However it returns data in q1,m1,m2,m3,q2,m4,m5,m6 order. I want it to return the data in m1,m2,m3,q1,m4,m5,m6,q2 order. This is very trivial but I need the data in that format. Thanks In Advance, Darshan |
#3
| |||
| |||
|
#4
| |||
| |||
|
| Hierarchize( Descendants([Time].[2006].[Quarter 1]:[Time].[2006]. |
|
Hi, I'm a newbie to MDX and have the following problem. I use the following statement SET [CustomTimeSet] AS 'Descendants([Time].[2006].[Quarter 1]:[Time].[2006].[Quarter 4],[Time].[Month] ,SELF_AND_BEFORE)' and it is returning the data that I require. However it returns data in q1,m1,m2,m3,q2,m4,m5,m6 order. I want it to return the data in m1,m2,m3,q1,m4,m5,m6,q2 order. This is very trivial but I need the data in that format. Thanks In Advance, Darshan |
![]() |
| Thread Tools | |
| Display Modes | |
| |