Need to modify our current formula (see below) which computes quarterly totals. This worked well in 2006 but now that we are in 2007 we would like the 1st qtr value to contain 2007 data and the values for 2nd,3rd, and 4th quarters to contain data from 2006. How can we change the formula below to compute running values ? Thanks much.
Rick
If {?WeekEnding} in Calendar1stQtr and {SOP30200.DOCDATE} in Calendar1stQtr
Then
xxxx
Else If {?WeekEnding} in Calendar2ndQtr and {SOP30200.DOCDATE} in Calendar2ndQtr
Then
xxxx
Else If {?WeekEnding} in Calendar3rdQtr and {SOP30200.DOCDATE} in Calendar3rdQtr
Then
xxxx
Else If {?WeekEnding} in Calendar4thQtr and {SOP30200.DOCDATE} in Calendar4thQtr
Then
xxxx