I have a dataset with one table that has 2 columns: Col1, Col2
Is there a way to create a tableau worksheet, with 4 filters
Col1_FilterA Col2_FilterA
Col1_FilterB Col2_FilterB
that could allow me to do the following selection:
SELECT *
FROM [dataset]
WHERE Col1 = [Col1_FilterA] AND Col2 = [Col2_FilterA]
OR
Col1 = [Col1_FilertB] AND Col3 = [Col2_FilterB]
Thank you,
Ioana
Yeah its possible in tableau. You can use cascading filters. Follow the link for more detail about cascading filters.
Cascading Quick Filters in Tableau - The Information Lab
Let me know If you've any query.
Mahfooj