I need help with the Reporting Services Datepicker using MDX

  • 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.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply