Last Modified Date: 08 Jul 2022
Environment
Tableau DesktopAnswer
Sets return either TRUE for all members in a set, and FALSE for all members out of the set. Because sets already return TRUE or FALSE, the set is the only thing needed in the conditional statement.For example, the following calculation:
IF [Customer Name] = [Set 1]
THEN 1
END
could become:
IF [Set 1]
THEN 1
END
Additional Information
Discuss this article... Feedback Forum
Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials