Page 1 of 1

How to prevent data table from loading on load

Posted: Mon May 16, 2022 12:37 pm
by zahidov92
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.

Re: How to prevent data table from loading on load

Posted: Tue May 17, 2022 11:31 am
by Lech Kulikowski
Hello,

You can set the RequestParameters option for the report, in that case, the report will be rendered only after the user click Submit button.

Thank you.

Re: How to prevent data table from loading on load

Posted: Tue May 17, 2022 5:29 pm
by zahidov92
Lech Kulikowski wrote: Tue May 17, 2022 11:31 am Hello,

You can set the RequestParameters option for the report, in that case, the report will be rendered only after the user click Submit button.

Thank you.
Hi, how can I do that? I am not familiar with RequestParameters options. Thanks!

Re: How to prevent data table from loading on load

Posted: Wed May 18, 2022 6:12 am
by Max Shamanov
Hello,

Select the check box on the report template.

Thank you.