![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Please consider the following MDX query WITH MEMBER [MEASURES].[NEW SUM] AS 'SUM( [TIME].[MONTH].MEMBERS, ([TIME].[YEAR].[2003], [MEASURES].[SALES]) )' SELET {[MEASURES].[NEW SUM]} ON COLUMNS, [PRODUCT].[CATEGORY].MEMBERS ON ROWS FROM SALES What should be the values of [NEW SUM] Is it SUM of sales of each month or Is it sales of 2003 multiplied by number of months in time dimension. This query is executing without error , Shouldnt it give an error that "Only one member of a dimension is allowed in tuple" |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |