How to query in mdx between two dates where the date is not exist in the cube
问题 i've some problem in query the data in mdx between two dates DateFrom and DateTo. simplely the problem is, assume we have 3 records of [Year][Month][Day]: [2012][8][21] [2012][8][22] [2012][8][23] if I pass the DateFrom and DateTo as something wasn't in the db, for example DateFrom = [2012].[8].[20] and DateTo = [2012].[8].[24] , it show the error "Mondrian Error:MDX object '[Date].[2012].[8].[20]' not found in cube 'Email'" but if i set DateFrom and DateTo as something in the db, for example