|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, February 27, 2013 10:37 AM
Points: 1,
Visits: 70
|
|
I am literally pulling my hair out trying to figure out how to configure 2 parameters in Reporting Services to use in the following MDX query:
WITH MEMBER [Order Date].[Date].[Date Range] AS AGGREGATE({[Order Date].[Date].&[500]:[Order Date].[Date].&[519]}) SELECT NON EMPTY { [Measures].[Sales Amount] } ON COLUMNS, NON EMPTY { ([Product].[Product].[Product].ALLMEMBERS * [Product].[Color-Size].[Color].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( { [Order Date].[Calendar].[Calendar Year].&[2002].&[4].&[12] } ) ON COLUMNS FROM [Simple Cube]) WHERE ([Order Date].[Date Range]) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
The AGGREGATE statement is where I would like to use the 2 datepicker parameters in reporting services. If someone could walk me through the procedure to make this happen, I would really be grateful.
|
|
|
|