Hi:We are currently using the following version of the live report and extentions module:Livelink LiveReports 2.2.0 Livelink LiveReport Extensions 3.0.1 We did not previously have Livereport Extensions. After we installed Livereport Extensions, a blank parameter is not being passed to the livereports as NULL. In our reports, we have an ALL value in additional to specific values for one of the filters. When the user selects ALL, a blank value is passed through the url to the livereport. In our stored proc, we do thisWHERE (blah=
@input or blah is NULL) so that we can use it to toggle whether we want to output ALL the data or just a specific value that the user selected. When we execute the stored proc directly on the db and put NULL in the parameter we get all results returned. However, when we run the report with ALL selected, we get no results. This was not the case in 951.