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

contain formula

lilyyangadsk
9 - Comet

hi,

 

i have issue when i use contain formula for it, i tried to filter these contains([stage],"closed") deals, but somehow the result come out never include item 1 and 2. can you coach me on how to do this filter formula?

  1. 5-closed/won
  2. closed/lost
  3. closed
3 REPLIES 3
JoeS
Alteryx Alumni (Retired)

Hi @lilyyangadsk

 

That appears to work for me. The contains functions returns a 0 when false and a -1 if it is true. 

 

Are you able to show you results window with the above function in the formula?

 

Here is mine:

 

Contains.png

lilyyangadsk
9 - Comet

thank you , it works.

JoeS
Alteryx Alumni (Retired)

You're welcome. If you use it in a filter tool it should split the data to the true and false how you require as well.

Labels
Top Solution Authors