Hide filters based on selected filter
Creating a new post as I cannot comment on this post - https://community.sisense.com/t5/build-analytics/hide-widgets-based-on-selected-filters/m-p/5375
I am using the widget script that the above post from harikm007 to hide widgets based on selected filter. I would like to add a script that hides dashboard filters based on selected filter. So for the example below when Widget A is selected then the Widget B Filter should be hidden and when Widget B is selected then the Widget A Filter should be hidden.
GSSC
Posted 1 year ago·Last reply 1 year ago
3 comments
harikm007
·1 year agoHi GSSC ,
Try below dashboard script to hide a filter based on another filter selection. Make sure to update the variables based on your requirement.
Result:
Related Posts:
Hide dashboard filters
Hide widgets based on selected filters
-Hari
https://www.binextlevel.com/
GSSC
OP1 year agoThis is great, thank you!