MDX Syntax
SELECT
{ [Measures].[Salesfact] } ON COLUMNS,
{ [Date].[2004], [Date].[2005] } ON ROWS
FROM SalesLast updated
Was this helpful?
SELECT
{ [Measures].[Salesfact] } ON COLUMNS,
{ [Date].[2004], [Date].[2005] } ON ROWS
FROM SalesLast updated
Was this helpful?
Was this helpful?