Skip to main content

I am generating PDF of my dashboard from REST API. Dashboard is not refreshing with latest data. Using Live dashboard.

1 answer
  1. Oct 12, 2020, 7:47 PM

    Live connection simply means that the data is being queried to the database directly versus a local file. Depending on configuration, after initial request and query, some information is in cache and when downloading, it can be loading from cache. You can tried to do a refresh=yes at the end of your request to force a refresh data on download

0/9000