Quantcast
Channel: SQL Server Analysis Services Forum
Viewing all articles
Browse latest Browse all 2472

MDX Crossjoin and Total column on same axis

$
0
0

I am new to MDX, so be nice please.

This:
select
NON EMPTY Crossjoin([*SORTED_COL_AXIS], [*BASE_MEMBERS_Measures]) ON COLUMNS,
...
produces this

This:
select
NON EMPTY Crossjoin([*SORTED_COL_AXIS], {[*BASE_MEMBERS_Measures],[Measures].[Doc Line Total]}) ON COLUMNS,
...
produces this

I cannot figure out for the life of me how to get one total column at the end because of same hierarchy issues.  Any help would be appreciated.

Thanks


littleccguy



Viewing all articles
Browse latest Browse all 2472

Trending Articles