Hi
Below MDX query is absolutely working fine in SSRS query designer but it is not working in management studio.
SELECT NON EMPTY { [Measures].[SellingPrice], [Measures].[Selleing_other_price] } ON COLUMNS, NON EMPTY { ([Business type].[Business type Code].[Business type Code].ALLMEMBERS * [Date].[Month].[Month].ALLMEMBERS *DESCENDANTS([Product type].[Product type Code].[Level 01].ALLMEMBERS) ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME, PARENT_UNIQUE_NAME, LEVEL_NUMBER ON ROWS FROM [CUBE_Dept] CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
Here [Product type].[Product type Code] is child and parent hierarchy.
It returns no rows in management studio but in SSRS query designer, it returns rows
It is urgent. Please help on this what could be wrong.
Regards,