goofaholix
MIS
I've looked through the reporting services help and it's very vague on how to do this.
What I want to do is set up a prompt with three values; Open, Closed, and Due for Completion.
Based on the user selection then a filter will be inserted, something like:If the user selects "Open" then Datatable.Status not in ('Closed', 'Cancelled', 'On Hold'), if the user selects "Closed" then Datatable.Status in ('Closed', 'Cancelled', 'On Hold'), if the user selects "Due for Completion" then Datatable.Completion date > getDate()-14.
In the Report Parameters screen there is a Value column for each label, but I haven't been able to work out how that value can be inserted into the where statement.
Thanks,
What I want to do is set up a prompt with three values; Open, Closed, and Due for Completion.
Based on the user selection then a filter will be inserted, something like:If the user selects "Open" then Datatable.Status not in ('Closed', 'Cancelled', 'On Hold'), if the user selects "Closed" then Datatable.Status in ('Closed', 'Cancelled', 'On Hold'), if the user selects "Due for Completion" then Datatable.Completion date > getDate()-14.
In the Report Parameters screen there is a Value column for each label, but I haven't been able to work out how that value can be inserted into the where statement.
Thanks,