Hi,
How to exclude a filter on a dataset such that I may either apply the filter or not?
I would like to control that through a boolean report parameter.
Edmund
try creating a stored procedure as your dataset. in the sp write an If statement. this lets you set up logic so thet a different query can be run e.g if "true" is selected query A is run filter applied
if "false" is selected query b can be run with no filter
No comments:
Post a Comment