Skip to content
Advertisement

Hide null values on parameter value

I have a stored parameter with a where clause between start and end dates that includes null values:

These null values are obviously being selected when any parameter value (date range) is chosen in my SSRS report…. my question is, is there a way to not show these null values when a specific parameter value (date range) is selected?

P.S. I can hide the row where parameter equals a value and the a.date field is null in Row Visibility within a SSRS report but I want to avoid this if possible.

Thanks in advance!

Advertisement

Answer

You can extend the filtering conditions:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement