Back
I have 3 dropdowns (parameters) on the main dashboard, When the values of all the 3 dropdowns are been selected, I want the respective sheet to be displayed on the main dashboard like the sheet should be selected comparing the values of multiple dropdowns accordingly
Value + Sales Office + Tabular should result in the "Val_Sales Off_Tabular" sheet selection
Quantity + Sales Group + Visual should result in the "Qty_Sales Gr_Visual" Sheet selection
In order to control which sheets to display based on user dropdown selections create a calculated field with an IF, ELSEIF statement to assign a flag (0,1,2,etc.) to each of the combinations.
Place all the sheets you want to show in one layout container and use the flags as filters on individual sheets to trigger them on and off. You can read more detailed guides on sheet swapping in Tableau on the Tableau community forums or various data blogs.
31k questions
32.8k answers
501 comments
693 users