Completed
Last Updated: 14 Jan 2024 21:11 by Nick
Release 2023 R2 SP1
Senthil
Created on: 28 Jun 2023 09:18
Type: Bug Report
3
The Single Value Nullable Parameter doesn't respect the cleared selection from the Html5 Viewer

The report has a single-value nullable parameter with AvailableValues.
When you preview the report in the Standalone Designer, if you checked Null, the value would be respected.
When you preview the report in Html5 Viewer and the parameter value selection is cleared, instead of rendering the report with a Null value, the report is rendered with the last selected value.

Steps to produce in the Html5 Viewer:

  1. Select a value from the filter
  2. Click the "Preview" button
  3. Report generated based on the selected value
  4. Click the "clear selection" button and it clears the selected value from the filter
  5. Click the "Preview" button
  6. Report is generated based on the value selected before it was cleared rather than with Null value

Here is a link to a muted video on how the issue may be reproduced.

If the parameter is not Nullable, the Preview button after step 4 stays enabled, and clicking on it produces the same result as with the Nullable parameter.

1 comment
Nick
Posted on: 14 Jan 2024 21:11
I have a similar issue. When in report designer the 'clear selection' shows as a null check box. My report is a dynamic column builder and when null is selected the column is removed from the report upon an action refresh. However when in viewer mode 'Clear selection' shows and not the null check box. When pressing clear selection it does not work correctly as the report is not refreshed.