![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do I create a dimension that returns the facts for the last 3 months. If I select August I want the facts for June + July + August. Sept would return the facts for July + August + Sept |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
How do I create a dimension that returns the facts for th last 3 months If I select August I want the facts for June + July August Sept would return the facts for July + August + Sep |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Yes I am trying to agregate the facts for the last 3 months. In foodmart if I were to try to create it I would do something like this. In the properties of the member: Member Name Column = Format("time_by_day"."the_date",'mmmm') Member Key Column = between DatePart('m',"time_by_day"."the_date") and DateAdd('m',-2, "time_by_day"."the_date") Or in psudeo-syntax: Member Key Column = (This Month) and (Last Month) and (2 months ago) This dosen't work but it demonstrates what I am trying to do. ----- Tom Chester wrote: ----- Do you want an aggregation of the facts for the last 3 months? tom @ the domain below www.tomchester.net "Jeff Grundy" <jeffgrundy (AT) nospam (DOT) com> wrote in message news:051b01c3a882$a136bdc0$a101280a (AT) phx (DOT) gbl... How do I create a dimension that returns the facts for the last 3 months. If I select August I want the facts for June + July + August. Sept would return the facts for July + August + Sept |
![]() |
| Thread Tools | |
| Display Modes | |
| |