SQL 2008 RB using models
SQL 2005 DB no direct db access
I have a report that has 2 datasets. Dataset2 populates a parameter list with a extra value (Select Null, ALL) and the ALL is the default.
Dataset 1 is the main data and this is where i have the problem. I am trying to set the filter for the dataset to accept the null and thereby not filter the data.
I have this expression in the dataset1 filter but I cannot figure out what to put for the second condition: =IIF(IsNothing(Parm.Value), ????,Parm.Value)
Thanks
BB
SQL 2005 DB no direct db access
I have a report that has 2 datasets. Dataset2 populates a parameter list with a extra value (Select Null, ALL) and the ALL is the default.
Dataset 1 is the main data and this is where i have the problem. I am trying to set the filter for the dataset to accept the null and thereby not filter the data.
I have this expression in the dataset1 filter but I cannot figure out what to put for the second condition: =IIF(IsNothing(Parm.Value), ????,Parm.Value)
Thanks
BB