Hi,
I have an MDX query, in which I'm filtering the data based on a where clause and it works fine.
[quote]
SELECT {[Measures].[A],[Measures].[b]} ON COLUMNS,
{[Dim1].[Hierarchy].Children} ON ROWS
FROM
[CUBE]
WHERE
{[Dim2].[Date].[2007-12-31]}
↧