I have a report with the following fields:
event.eventdate
event.duedate
event.modifydate
Basically, the person is given an assignment on the event date, and they have seven days to modify the event. Due date is basically eventdate + 7.
The problem I am having is just in the record selection field. I have been using duedate in MonthToDate, but that is only showing things due up to and including today. I need to see events given yesterday that may be due six days from now, but keep it in the current month. (i.e. duedate in minimum(monthtodate) to maximum(monthtodate)+7 will not work because at the end of the month, I will just have to change the formula back to month to date)
event.eventdate
event.duedate
event.modifydate
Basically, the person is given an assignment on the event date, and they have seven days to modify the event. Due date is basically eventdate + 7.
The problem I am having is just in the record selection field. I have been using duedate in MonthToDate, but that is only showing things due up to and including today. I need to see events given yesterday that may be due six days from now, but keep it in the current month. (i.e. duedate in minimum(monthtodate) to maximum(monthtodate)+7 will not work because at the end of the month, I will just have to change the formula back to month to date)