The DeepSee Shell Best Practices Series - Get your MDX query performance stats from the DeepSee Shell
DeepSee Shell can show MDX query stats and result set stats.
>>stats on
Stats are: on
>>SELECT {[Measures].[%COUNT],[Measures].[Allergy Count],[MEASURES].[MEDIAN TEST SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS] %FILTER [GenD].[H1].[Gender].&[Female]
Patient Count Allergy Count Median Test Scor
1 0 to 29->0 to 9 69 45 73.50
2 0 to 29->10 to 19 74 47 75.50
3 0 to 29->20 to 29 80 56 68.




