I have an unlinked subreport and I would like to retrieve records for the current month only. I am grouping on the following formula:
If {Table.StringField} = "R" then "Past Due"
else "On Target"
I tried {Table.DueDateField} is in period MonthToDate in my record selection formula but that doesn't retrieve the entire month. I want the records for the entire current month no matter what day of the month user runs the report. I've been looking through this and another forum in addition to the Crystal Help file and I've finally decided to throw in the white flag. Can anyone help me?
(I'm using Crystal XI; DB SQL 2005)
If {Table.StringField} = "R" then "Past Due"
else "On Target"
I tried {Table.DueDateField} is in period MonthToDate in my record selection formula but that doesn't retrieve the entire month. I want the records for the entire current month no matter what day of the month user runs the report. I've been looking through this and another forum in addition to the Crystal Help file and I've finally decided to throw in the white flag. Can anyone help me?
(I'm using Crystal XI; DB SQL 2005)