thanks for looking at my question.
I am trying to group in crystal reports by the reports revised date, I have 4 different categories. Basically I'm trying to group reports that are: Past Due, Due within 30 days, Due within 30-90 days, and due after 90 days.
- if the {reviseddate} is <= {currentdate} then these are past due.
- if the {reviseddate} is > {currentdate} and < {currentdate} + 30 days then these are due within 30 days.
- if the {reviseddate} is >= {currentdate} + 31 days and <= {currentdate} + 90 days then these are due within 30-90 days.
- if the {reviseddate}is >= {currentdate} + 91 days then these are due past 90 days.
I am not great with date coding and could use a little guidance on how to write this in Crystal Reports (2008). Hope I explained it right.
Thank you very much, Mike