In SSRS I have a parameter that is populated from a multi-value list which allows a blank value.
When I select just the blank value it returns unit 123
When I select just "New" it returns unit 987
When I select both owner "New" and the blank value it only returns 987.
Any ideas? Does SSRS not allow you to pass the blank value and a normal value?
Thanks!