function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Konark saini 11Konark saini 11 

Is there a way to refresh reports 3 times a day instead of once per day limit?

SwethaSwetha (Salesforce Developers) 
HI Konark,
Can you quote the documentation that states refresh limit is once per day? 

Thanks
Konark saini 11Konark saini 11
Hi Swetha,

Please refer the below link
https://help.salesforce.com/s/articleView?id=sf.reports_embed_chartdialog_datarefresh.htm&type=5 (https://help.salesforce.com/s/articleView?id=sf.reports_embed_chartdialog_datarefresh.htm&type=5)

It states that it can refresh multiple times but i want to automatically refresh 3 times.

Thanks
SwethaSwetha (Salesforce Developers) 
HI Konark,
You need to go with custom code approach. See https://salesforce.stackexchange.com/questions/85619/auto-refresh-report-charts-on-visualforce-page

Worth considering the limitations in place as mentioned in https://salesforce.stackexchange.com/questions/48169/youve-reached-the-chart-refresh-limit-for-now-check-back-shortly-what-could-b/48170#48170

If this information helps, please mark the answer as best. Thank you