I know little about mdx. I have a query as the following:
SELECT NON EMPTY { [Measures].[Last 3 Months C], [Measures].[Last 12 Months C], [Measures].[Last Month C] } ON COLUMNS, NON EMPTY { ([Consistent Name].[Consistent Name].ALLMEMBERS * [Stype].[Stype].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM [Master Cube for SIMS asof 071017] CELL PROPERTIES VALUE
I need to filter this part: [Consistent Name].[Consistent Name].ALLMEMBERS
with an input consistentName.
I tried Where and Filter but neither worked. I must have not used a correct syntax.
Could anybody modify the above query for me? Thank you very much!