Can dynamic content block run logics after the reports are finished loading ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 09:30 PM - edited 02-11-2025 09:40 PM
Hi,
I want to know if there is any way to let my dynamic content block (DCB) waits for the report inside a dashboard finishes loading all the data then apply the filter into it ? I have this weird bug, it involves interactions between DCB and report inside a dashboard. When a report is having too much data it will take time to load all the data and because of that my DCB get loaded first and apply the filter but the load all filter data overwrite the filter.
I'm using this function to apply filter
var my_dashboardMessageHandler = new DashboardMessageHandler("my_unique_id");
my_dashboardMessageHandler.publishMessage(finalFilter);
0 REPLIES 0