I have a multi valued parameter in my ssrs report. (Bus numbers) the question is how can I make the data set filter property optional? i've seen a blog that makes the filtering optional but my question is how can i do that if my parameter is multi valued?
http://www.andrewshough.com/development/sqlserver/ssrs/optional-filter-in-ssrs/
I tried adding a "No Filter" in my selection list but i cant seem to make it work.
=IIF(Parameters!BusNumber.Value = "No Filter", "",Fields!BusNumber.Value)