Calculation in Tableau (CONTAINS Formula)
commtableau.force.com › s › question{ FIXED [Paper Number]: SUM (IIF (CONTAINS ( [Roles],"Speaker"),1,0,0)) > 0 AND SUM (IIF (CONTAINS ( [Roles],"Chair"),1,0,0)) > 0 } ShivaRam Chennapragada (Customer) 3 years ago + open the thread itself to see the attachments, to mark the responses as helpful and/or correct not in inbox view. MUHAMMAD MAHMOD (Customer) 3 years ago
String Functions - Tableau
help.tableau.com › current › proCONTAINS. CONTAINS(string, substring) Returns true if the given string contains the specified substring. Example: CONTAINS(“Calculation”, “alcu”) = true. ENDSWITH. ENDSWITH(string, substring) Returns true if the given string ends with the specified substring. Trailing white spaces are ignored. Example: ENDSWITH(“Tableau”, “leau”) = true