Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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
Alteryx

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
Alteryx

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