Hello Domo Community,
I am seeking assistance with an issue I am encountering while using the domo.onFiltersUpdate()
method in my Domo app. My goal is to make my app reactive to page filters, ensuring that the data and visualization are updated accordingly when filters are applied or changed on the page.
Issue:While the domo.onFiltersUpdate()
method allows me to listen for filter updates and re-fetch data accordingly, it seems to prevent the default refresh behavior of the app. This is problematic because I need the app to refresh when page filters are applied.
Question:
- How can I ensure that my app still respects the page filters and refreshes the data and visualization accordingly when using
domo.onFiltersUpdate()
? - Is there a way to manually trigger a refresh or handle the filters in such a way that it mimics the default behavior while still allowing for custom handling?
Any insights, suggestions, or examples of how others have tackled similar issues would be greatly appreciated. Thank you in advance for your help!