Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

UNION ALL IN MDX

$
0
0
Hi, I need to get a MDX query which works like UNION ALL in SQL. It seems to be a bit tricky..This is what I want in SQL:SELECT 'Value' = 1, 'Label' = 'TOP10'UNION ALLSELECT 'Value' = 2, 'Label' = 'TOP30'UNION ALLSELECT 'Value' = 3, 'Label' = 'TOP50'UNION ALLSELECT 'Value' = 3, 'Label' = 'All'I need this for SSRS 2012 , because reports filters can only be written in MDX. This query is going to be a parameter. But simply, can someone help me?Best regards Lidou123.

Viewing all articles
Browse latest Browse all 1341

Trending Articles