Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Contains Command

PatV
5 - Atom

What is the syntax of the contains command? I am trying to filter a data set so only entries that contain the word "event" are passed through for additional evaluation.

1 REPLY 1
MichalM
Alteryx Alumni (Retired)

@PatV 

 

You can find more details here

https://help.alteryx.com/2019.3/Reference/Functions.htm

 

 

Contains([ColumnName], "event")

 

Labels
Top Solution Authors