Is there any way to reset all the filter schemes? I understood that using the "Action Control", we are able to reset only the filter scheme used in the report but not all. I am trying to reset all the filter scheme. Appreciate your kind support.
Reset all the filter schemes (including used and un-used) in spotfire
2.3k views Asked by sasecse At
2
There are 2 answers
0
On
The "Reset All Filters" in the available Actions resets only the active filtering scheme. If you have multiple filtering schemes on the same page or in the report you need the script provided by clesiemo3.
If you want to reset all visible filters, use the script found here
You can utilize a python script attached to a button to loop through all of your filtering schemes and reset them:
If the filtering scheme exists, it will reset all the filters it holds.