When you execute an MDX query the Messages tab displays the number of rows and columns returned.
However, that includes the rows and columns used to hold the member names. Personally I would prefer it only returned the rows and columns in the cellset.
Anyone agree/disagree? Discuss!!!
Also, a minor point. I'd like it if the rows and columns were displayed on the results tab like the number of rows are in a SQL query. Anyone agree?
cheers
Jamie
Hi Jamie,
The row and column counts returned for empty axes are also a bit inconsistent :
>>
select {} on 0
from [Adventure Works]
-
Cell set consists of 1 rows and 0 columns.
-
select {} on 0,
{} on 1
from [Adventure Works]
-
Cell set consists of 0 rows and 0 columns.
>>
The separate Message Tab takes some getting used to, but it works OK for me...
|||Interesting, thanks Deepak.
Anyone else?
No comments:
Post a Comment