jschill2628
Programmer
I have two subreports:
1. for my Baseline
({IRSCLAIM.CREATE_DT} in DateTime (2009, 07, 01, 00, 00, 00) to DateTime (2011, 06, 30, 00, 00, 00))
2. one for my 3MonthAvg
({IRSCLAIM.CREATE_DT} in dateserial(year(currentdate),month(currentdate)-3,1) to date(year(currentdate),month(currentdate),1)-1)
My main report has a moving time frame
({IRSCLAIM.CREATE_DT} in dateserial(year(currentdate),month(currentdate)-9, 1) to
date(year(currentdate),month(currentdate),1)-1)
What I want to get is a percentage based on the Baseline and the 3MonthAvg
=(3MonthAvg- Baseline)/ Baseline
My problem is I am not sure how to do this in Crystal.
Thanks
1. for my Baseline
({IRSCLAIM.CREATE_DT} in DateTime (2009, 07, 01, 00, 00, 00) to DateTime (2011, 06, 30, 00, 00, 00))
2. one for my 3MonthAvg
({IRSCLAIM.CREATE_DT} in dateserial(year(currentdate),month(currentdate)-3,1) to date(year(currentdate),month(currentdate),1)-1)
My main report has a moving time frame
({IRSCLAIM.CREATE_DT} in dateserial(year(currentdate),month(currentdate)-9, 1) to
date(year(currentdate),month(currentdate),1)-1)
What I want to get is a percentage based on the Baseline and the 3MonthAvg
=(3MonthAvg- Baseline)/ Baseline
My problem is I am not sure how to do this in Crystal.
Thanks