how to achieve this in MDX ? -
08-09-2003
, 06:04 PM
SELECT
{MeasureS.[Unit Sales] } ON COLUMNS,
{ [Time].[2001].[Jan].[Week1]:[Time].[2002].[march].[week3]} ON ROWS (data
needed in weekly aggregation)
FROM somecube
WHERE
(how to write this part -- cond) (begindate = jan 3 2001 and enddate = may
5 2003) |