Hi Experts, I have a problem creating a parameter for a date range which now needs to be a changed to a multi select parameter.
I am using Report Builder 2008 R2. I am using the Filter tab in the report Builder.
I have a date field which indicates how overdue the payments are.
I need to have 4 date ranges between (today() and -30days), (-30days and -60days), (-60days and -90 days) and lastly (more than -90 days). I have this part working now but I now have to change this so that users can select a combination of the 4 date ranges. Is this possible??
If so how would I do this?
you want a drop down of the 4 values showing the values "4/1/2014 - 3/12/2013", "3/12/2013 - 2/11/2013", "2/11/2013 - 1/10/2013", "older than 1/10/2013"?
you say the user can select a combination of the 4 date ranges.
I'd day this may be hard to do.
Anyway,
I think you can go this way...
For the dataset for the parameter I think you should do this.
Open in new window