pentaho / mondrian

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.

Home Page:http://mondrian.pentaho.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I write an mdx query that slices by both a date range and dimension member value

18516979324 opened this issue · comments

I need to write an mdx query that limits its results by the value of a dimension but also by a date range
SELECT [Measures].[SUM] ON 0 FROM [Charge] WHERE {[Time].[YQMD].[Y].&[2018]:[Time].[YQMD].[Y].&[2022]}
But it is an empty result set