I have a report that uses a Date Range as a Parameter. The user selects a Start of Range and an End of Range, and the report runs for that specific time period. (Completed_Date in ?DateRange)
My problem is, I need a sub report that shows summaries of the items in the main report, but the summaries have to be broken down as:
Previous Week
Previous 30 Days
Previous 60 Days
Fiscal Year to Date
I'm thinking of doing a sub report for each category, but I dont know what to put in my select criteria to get the correct dates, since the main report uses a parameter. Or do I even need to use any subreports? Any help would be great.
My problem is, I need a sub report that shows summaries of the items in the main report, but the summaries have to be broken down as:
Previous Week
Previous 30 Days
Previous 60 Days
Fiscal Year to Date
I'm thinking of doing a sub report for each category, but I dont know what to put in my select criteria to get the correct dates, since the main report uses a parameter. Or do I even need to use any subreports? Any help would be great.