Andrea Worley
2003-08-25 21:27:38 UTC
There is probably an easier way to do this, but I am using
the following snippet:
SELECT DESCENDANTS([OrderDate].[2003].[Quarter 3].
[August],month, SELF_AND_AFTER) on rows ....
which gives:
August
1 $23
2 $35
3 $456
4
.
.
.
until the last OrderDate entry which is today. How can I
just show the last 7 days day-by-day results?
Thank you.
the following snippet:
SELECT DESCENDANTS([OrderDate].[2003].[Quarter 3].
[August],month, SELF_AND_AFTER) on rows ....
which gives:
August
1 $23
2 $35
3 $456
4
.
.
.
until the last OrderDate entry which is today. How can I
just show the last 7 days day-by-day results?
Thank you.