This content has been marked as final.
Show 2 replies
-
1. Re: Combining Multiple Binary Filters into a Single Filter Card
Derrick Austin Mar 9, 2016 1:55 PM (in response to Blake Holman)1 of 1 people found this helpfulHey Blake,
You can combine this with a calculated field. Something like this:
IF [Paper3 Hosho] = 'Yes' THEN 'Hosho'
ELSEIF [Paper3 JapaneseVellum] = 'Yes' THEN 'Japanese Vellum'
ELSEIF [Paper3 CreamColored] = 'Yes' THEN 'Cream Colored'
END
-
2. Re: Combining Multiple Binary Filters into a Single Filter Card
Blake Holman Apr 27, 2016 1:37 PM (in response to Blake Holman)This calculated field works only if I have one paper type at a time. It will cause problems if a paper is, for example, both cream colored and Japanese vellum. Should I create a calculated field in another way?
This seems to be a related idea: https://community.tableau.com/ideas/2834