Should domo.onFiltersUpdate() get triggered if the user clears all filters?

SirGanty
SirGanty Member
edited February 20 in APIs & Domo Developer

Currently I have an app framework app that uses the domo.onFiltersUpdate() to handle users interacting with the page / card filters on a dashboard.

It works great as the user is interacting with the filters, and I receive the new filters object and can do with them as I need.
However I've noticed that if the user clears all the filters (or clears the last filter that has a selection) I don't seem to be notified of that, i.e. the method doesn't get called.

I imagine its because the filter object is now empty/null as all the filters have been cleared, but I feel like I should still be told that the filters have updated, even if they have been updated to "none"?
Or is there another event that I should be listening for? (or domo.js method)

Many thanks,

Ignore me, I realised I wasn't handling the empty array correctly, and it does indeed notify me :-)

Tagged:

Best Answer

Answers