I am having problems with allowing nulls and blanks. I am confused as to where to put code to do this. Is it in each individual parameter or in the dataset for the main parameter, or both?
Also, I have seen various different types of codes, i.e. =IIF(Parameter!myParam.Value '', Nothing, Parameter(myParam.Value) - or something to that effect. And also in the parameter section of the dataset.
If someone can give me an example, I would really appreciate it. I have been over and over articles on the web and none of them make sense. Are there multiple ways to do this?
Thanks for your responses! I have tried putting it in my stored procedure (and in procedure in other reports, too) and I keep getting the following message when I leave a parameter blank: "Please enter a value for the parameter myParameter. The parameter cannot be blank."
What am I supposed to do in the report itself and where?