In MS SQL Server Report Builder 3.0, I have an SSRS report with 3 parameters:
My Stored Procedure needs either a Date Range OR the last number of days, not all 3 (they are set to NULL by default).
I want to be able to toggle a parameters NULL checkbox (tick/untick) based on the value of another parameter, eg: last # days has NULL ticked, then untick NULL checkboxes for the date range (start & end date) & vice versa. Any ideas on how to do this please?
Thanks in advance.