![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a query SELECT {[Measures].[MeasuresLevel].[Volume], [Measures].[MeasuresLevel].[PY Volume]} ON 0, TOPCOUNT(CROSSJOIN([Brand].[Brand Family].Members, [Global Player].[Global Player].Members), 20, [Measures].[MeasuresLevel].[Volume]) ON 1 FROM [Data] Which works fine how ever I also want to add the top 5 Brand Familys that only belong to a certain Global player. What is the extra bit of code for this?? Also ther is a possiblility that the same brand family will appear in both Top Statemnets so I wil only want the unique brand families?! Is this possible if so Can anyone help Thanks Denver |
#3
| |||
| |||
|
| SELECT |
![]() |
| Thread Tools | |
| Display Modes | |
| |