Report Caching Between Dashboard Tabs

Yellowfin FAQ shared this idea 4 years ago
Completed

When switching between tabs on the dashboard the reports are re-run, this is intended functionality. Can we make it possible to allow those reports to be cached?

Replies (1)

photo
1

As of version 7.4.8 and 8.0.1 and higher, we have implemented the ability to enable this option. In order to do so it requires a query against the Configuration Database:

INSERT INTO configuration VALUES (1, "SYSTEM", "DASHREPORTDATACACHING", true);
Afterwards restart Yellowfin to pickup the change. Once enabled, reports should no longer be forced to re-run if already run for a dashboard when navigating around, this includes switching between tabs and sub-tabs of dashboards.

Leave a Comment
 
Attach a file