dbTalk Databases Forums  

How to write a MDX query to display a set of data between two dates.

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


Discuss How to write a MDX query to display a set of data between two dates. in the microsoft.public.sqlserver.olap forum.



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

Default How to write a MDX query to display a set of data between two dates. - 07-01-2004 , 04:07 AM






I want to display a set of data between two dates specified .i.e
datewise information .


I should be able to give two specific date and should view the
information.

select {[Measures].[A].,[Measures].[b]}on columns,
I want in rows the date wise information of the meaasures with a
where clause specifying some other dimension member.

Reply With Quote
  #2  
Old   
Matthias Englert
 
Posts: n/a

Default Re: How to write a MDX query to display a set of data between two dates. - 07-02-2004 , 03:12 AM






Hi,

are you lookig for something like this?

select {[Measures].[A].,[Measures].[b]}on columns,
{[Time].[Jan2004] : [Time].[Jun2004]} on rows
from Sales
where (Product.Food)

Regards,
Matthias

"Amit Asawa" <amit.asawa (AT) capgemini (DOT) com> schrieb im Newsbeitrag
news:814276fc.0407010107.1ee48c2a (AT) posting (DOT) google.com...
Quote:
I want to display a set of data between two dates specified .i.e
datewise information .


I should be able to give two specific date and should view the
information.

select {[Measures].[A].,[Measures].[b]}on columns,
I want in rows the date wise information of the meaasures with a
where clause specifying some other dimension member.



Reply With Quote
  #3  
Old   
Amit Asawa
 
Posts: n/a

Default Re: How to write a MDX query to display a set of data between two dates. - 07-04-2004 , 12:47 AM





Thanx A LOT !! Matthias.If possible can u give me ur email id .As i am
working on A Business Intelligent project and I may need ur help in
future also.Once again thank you very much.



Regards

Amit Asawa

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!

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.