dbTalk Databases Forums  

how to achieve this in MDX ?

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss how to achieve this in MDX ? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
akshayk
 
Posts: n/a

Default 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)



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.