How to prevent data table from loading on load
Posted: Mon May 16, 2022 12:37 pm
Hi,
I am trying to create a report with 3 parameters. The 3 parameters are required because they are used as a part of SQL query. 1 of them is string and the other 2 are dates. The two dates have initial value set.
What I want/need to happen: When user opens the report, I do not want the report to load with initialized values. I want the report to load after user makes a selection.
What's happening now: As soon as user opens the report, report is loaded using the initialized values of dates.
I am trying to create a report with 3 parameters. The 3 parameters are required because they are used as a part of SQL query. 1 of them is string and the other 2 are dates. The two dates have initial value set.
What I want/need to happen: When user opens the report, I do not want the report to load with initialized values. I want the report to load after user makes a selection.
What's happening now: As soon as user opens the report, report is loaded using the initialized values of dates.