This content has been marked as final.
Show 2 replies
-
1. Re: Categorizing words within String
Tracy RodgersSep 24, 2012 4:29 PM (in response to Alan Kwan)
Hi Alan,
Using an if statement is probably the best bet. The contains function should not be case sensitive. What data source are you using?
-Tracy
-
2. Re: Categorizing words within String
Alan Kwan Sep 25, 2012 11:27 AM (in response to Tracy Rodgers)I am using extracts from the Tableau Server.
For example,
if i do Contains([Problem Short Description], "install")..it picks up install, but not Install, Installing, Installation
Strange?