Hello,
I am trying to create a report in Crystal Report 7.0 Pro. The report shows a list of order numbers the date they were raised and are grouped by a work type filed.
Group Header [WORK TYPE]
Details [ORDER NUMBER] [DATE]
Group Footer
I run the report and it works fine. What i now need to do is identify any [WORK TYPES] have had 3 or more [ORDER NUMBER]'s raised in a 3 month period.
I have tried the following formula in the evaluation of a Running total field but it just counts everything.
Previous [DATE] > [DATE] - 3
Any help would be much appreciated.
Cheers James
I am trying to create a report in Crystal Report 7.0 Pro. The report shows a list of order numbers the date they were raised and are grouped by a work type filed.
Group Header [WORK TYPE]
Details [ORDER NUMBER] [DATE]
Group Footer
I run the report and it works fine. What i now need to do is identify any [WORK TYPES] have had 3 or more [ORDER NUMBER]'s raised in a 3 month period.
I have tried the following formula in the evaluation of a Running total field but it just counts everything.
Previous [DATE] > [DATE] - 3
Any help would be much appreciated.
Cheers James