![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What is the right way in MDX to get a double title of the Years and the Quarters? When I'm trying the following syntax I receive an error message: CROSSJOIN([Time].[Year].Members,[Time].[Quarter].Members) ON COLUMNS |
#3
| |||
| |||
|
|
1997 | 1998 | Q1|Q2|Q3|Q4|Q1|Q2|Q3|Q4| Thnak you anyway! |
|
Use the Generate Function combined with the Descendants function. { Generate( { [Time].[Year].Members}, Descendants( [Time].CurrentMember, [Time].Quarter, SELF_AND_BEFORE)) } ON COLUMNS "Geri Reshef" <GeriReshef (AT) Tapuz (DOT) co.il> wrote in message news:eb4VvV4SEHA.3608 (AT) TK2MSFTNGP11 (DOT) phx.gbl... What is the right way in MDX to get a double title of the Years and the Quarters? When I'm trying the following syntax I receive an error message: CROSSJOIN([Time].[Year].Members,[Time].[Quarter].Members) ON COLUMNS |
![]() |
| Thread Tools | |
| Display Modes | |
| |