Dhivya, thank you for the answer.
Also I have question about Auto Refresh:
When I try to turn on Auto Refresh:
Also Refresh Settings -> Enable Auto Refresh
It not works in dashboard preview.
I use this doc: https://help.syncfusion.com/dashboard-platform/dashboard-designer/refresh-dashboard
As I understand it will refresh cache of the dashboard preview in browser by timer. I set for each 30 seconds, but nothing happens.
Probably I do something wrong..
Thanks!
Hi Bharath,
Thank you for the answer.
I see in browser developer tools GetRefreshControlData, but there is no changes on Dashboard.
Here is my problem:
When I create dashboard I want to use custom date for filtering results.
Because there is no possibility to load data by parameters dynamicly, I fetch all data in the Web Data Source, so I put in the request
startDate = 2000-01-01
endDate = 3000-01-01
So all data will be pulled for this time period.
So CustomDate widget (acts as master widget) has appropriate resource with date column.
For example resource has data from 01-01-2016 till 08-01-2017
During preview on widget appropriate date range (01-01-2016 till 08-01-2017) will be available for filtering.
But every day datasource has new incoming data, so as I understand Auto Refresh refreshes the cache and pulls new data.
For example the next day on widget date range: 01-01-2016 till 08-01-2017 + one_more_day will be available for filtering for One more day (i.e. 08-02-2017).
But on calendar widget that date range doesn't update i.e. next days are not available (appropriate date buttons disabled).
To update it I have to use refresh button in Dashboard designer Data Source editor and publish dashboard again:
As I understand Calendar Custom Date widget should update available date ranges according to refreshed data but it doesn't..
Can you explain please?
Hi,
Why in Syncfusion Data Agent I can't choose connection type Web datasource?
I pull data from REST API of web resource.
Is it possible to do it in Preview mode of Dashboard Designer without publishing the dashboard in Dashboard Server?
Thanks!