I have a requirement to include a null
value in multi valued parameter. I'm using fetchXML code in my dataset. Please help me with it.
In my report I have 2 datasets in which first one is main dataset having parameter @P1
.
For @P1
I have assigned Dataset2 as "Availible values" and "Default values".
Now, when I run the report I should get a dropdown with list of all values in dataset2.
So, here in that dropdown I was asked to add a null value also. Is it possible?
Note:Parameter will accept multiple values from user.