We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun 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