![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
10 M | 5 |
#2
| |||
| |||
|
|
How do i write the mdx query so I don't get the 'All' row? select {[RunningTotalSubs]} on Columns, {[Gender].members} on Rows from [Consumer] I get Gender | Total | 10 M | 5 F | 5 And when it's returned it's not labeled as All. I just want M and F, no totals. |
#3
| |||
| |||
|
|
In analysis manager you can disable the all level, Click on your Dimension in AS, click on the advanced properties page Select All Level as No. "Cindy Lee" <cindylee (AT) hotmail (DOT) com> wrote in message news:%23enSRhfaEHA.2892 (AT) TK2MSFTNGP10 (DOT) phx.gbl... How do i write the mdx query so I don't get the 'All' row? select {[RunningTotalSubs]} on Columns, {[Gender].members} on Rows from [Consumer] I get Gender | Total | 10 M | 5 F | 5 And when it's returned it's not labeled as All. I just want M and F, no totals. |
#4
| |||
| |||
|
|
Well that is one solution, but then if you do want to see in some other report the sum of M and F then All level is the one to use. Therefore the best way would be to change MDX: select {[RunningTotalSubs]} on Columns, {[Gender].[All Gender].children} on Rows from [Consumer] HTH, Andrej "AshVsAOD" <.> wrote in message news:enG630faEHA.3804 (AT) TK2MSFTNGP10 (DOT) phx.gbl... In analysis manager you can disable the all level, Click on your Dimension in AS, click on the advanced properties page Select All Level as No. "Cindy Lee" <cindylee (AT) hotmail (DOT) com> wrote in message news:%23enSRhfaEHA.2892 (AT) TK2MSFTNGP10 (DOT) phx.gbl... How do i write the mdx query so I don't get the 'All' row? select {[RunningTotalSubs]} on Columns, {[Gender].members} on Rows from [Consumer] I get Gender | Total | 10 M | 5 F | 5 And when it's returned it's not labeled as All. I just want M and F, no totals. |
![]() |
| Thread Tools | |
| Display Modes | |
| |