Load data during design report

Stimulsoft Dashboards.WEB discussion
Post Reply
luigi.arena
Posts: 36
Joined: Thu Feb 12, 2015 12:49 am

Load data during design report

Post by luigi.arena »

Hello,
While I am drawing the dashboard it is possible to disable the preview of the queries, because otherwise with each change I process the query and often it takes a while.
Can I disable data loading?
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Load data during design report

Post by Lech Kulikowski »

Hello,

Please clarify which version are you use?

In the lest version all changes in the designer mode are applied for the cached data.

Thank you.
luigi.arena
Posts: 36
Joined: Thu Feb 12, 2015 12:49 am

Re: Load data during design report

Post by luigi.arena »

I use version 2020.2.3 for dashboard web .net core
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Load data during design report

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue. All data sources are connected only once.

Please provide more detailed information about the issue.

Thank you.
luigi.arena
Posts: 36
Joined: Thu Feb 12, 2015 12:49 am

Re: Load data during design report

Post by luigi.arena »

ok.
But if my last query I have 40000 record in Cached Data I have 40000 record ?
How to clear cache ?
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Load data during design report

Post by Lech Kulikowski »

Hello,

You can use the following code:
Stimulsoft.Report.Dashboard.StiCacheCleaner.Clean(report);

Thank you.
Post Reply