Hi everyone,
I'm trying to make an exception in my filter.
Team Name DOES NOT CONTAIN Chicago
but I want to keep in Chicago Bears
Not sure if this is possible or if I'm using the wrong approach.
Thanks for the help in advance!
OK, Text tool has
da bears * 1 Chicago2 Chicagoland3 Chicago Tribune4 Chicago Bears5 Taste of Chicago6 Jacksonville Jaguars
Filter has a Custom Filter:
[da bears] = "Chicago Bears"or !Contains([da bears], 'Chicago')
Output =
da bearsChicago BearsJacksonville Jaguars
If you need something to pull out of sentences we'll need to look at regular expressions.
Best,
David
Awesome! Thanks David