I am trying to add '' as an optional parameter for the user to select within the dataset that I am using for the parameter in SSRS.
Within the dataset I have
SELECT '' as user
UNION
SELECT user
FROM users
This works fine.
However, when I select available values for the parameter using this dataset, I do not '' as a option. I see a select all, but I would imagine that only selects from the values listed.
Is this something that is possible to do within SSRS. Is there an alternative way for me to get all values including the blank