mckenziedubois
04-30-2024Cloud Apps
Reload dashboard after filterschanged event
Trying to find a way to reload the dashboard completely after the filters are changed. Some of the functionality in my dashboard is lost when I change the filters so would like to completely reload after the filters are changed.
The below code was what I thought I could do but it does not work.
dashboard.on('filterschanged', function (se, ev) {
dashboard.refresh()
});