![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
-----Original Message----- 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. . |
#4
| |||
| |||
|
|
-----Original Message----- 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. . |
![]() |
| Thread Tools | |
| Display Modes | |
| |