A
AJ
I am having difficulties building a rolling average, and hoping that somebody
out there knows how to do it............
I've tried building a query that will select the data from the previous
quarter (DatePart ("q",-1,[Date])), however, this method does not allow you
to retrieve 4th quarter data. Is there some sort of code that is spepcific
to quarters?
My rolling average will include values of the following quarters: 2 (2009),
1 (2009), 4 (2008), 3 (2008)..... and I need this to roll forward every
quarter. Any ideas are appreciated!
out there knows how to do it............
I've tried building a query that will select the data from the previous
quarter (DatePart ("q",-1,[Date])), however, this method does not allow you
to retrieve 4th quarter data. Is there some sort of code that is spepcific
to quarters?
My rolling average will include values of the following quarters: 2 (2009),
1 (2009), 4 (2008), 3 (2008)..... and I need this to roll forward every
quarter. Any ideas are appreciated!