
Hello All,
I am trying to do some processing with the filters used has applied on a dashboard, is there a i way to get only the filters which user has modified. I am currently useing getFiltersAsync, but that for example is returning all the filters. i want to get only the filters with which a user has interacted.
Any help on this would be great, Thanks.

Hello Geraldine Zanolli,
Thanks for your reply. Sorry, I did not fully understand you. Are you suggesting the below
1) Listen to the FILTER_CHANGE event and anytime an user changes filter, add that filter to an array
2) When the user clicks on the button in our application, refer to the array we created in step 1 and save only those filters.
I was thinking of a different workaround but can you please confirm if this is possible.
All of our categorical filters have a value "ALL" as the first value in the dropdown, but when I am using getAppliedValues i do not see "ALL" returned, Is this the expected behaviour?
I was thinking, if we could get the string "ALL", we could safely assume that user has not interacted with the filter and skip it. Can you please confirm if this is possible?
Looking forward to your reply. Thanks.