Forum Discussion

mckenziedubois's avatar
mckenziedubois
Cloud Apps
04-30-2024

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()
});

1 Reply

  • HI mckenziedubois,

    Thank you for reaching out.

    I would like to understand what issues you are having with changing filters. Can you provide additional details about your use case and the issues you are having?

    Thank you.