Dynamic Drop-Down Menus

https://www.flerlagetwins.com/2020/10/dynamically-change-your-drop-down-menus.html 

How to dynamically change drop down menus based on a parameter selection. Think of the parameter as allowing the user to specify what they want to highlight or filter and then based on that selection use a set control to show the available values based on that parameter selection.

Use a calculated field to return a dimension based on the parameter selection (e.g. CASE / WHEN). Create a SET from the calculated field and use a SET CONTROL to allow the user to make selections from the available items in the SET.

Add a calculated field that returns TRUE based on the selections in the SET then add the calculated field to color or filter.

Example: https://public.tableau.com/app/profile/kevin.flerlage/viz/CreatingDynamicDrop-DownMenus/DynamicDrop-DownMenu-Filter 





Comments

Popular posts from this blog

The (Almost) Definitive Guide to Show/Hide Buttons in Tableau Dashboards