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. |