Alteryx Designer Desktop Discussions

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

Matching Data Separated by Columns

MadeInHB
8 - Asteroid

I am trying to match to find phone numbers that do not match within one field.  Below is an example with 4 potential phone numbers.  However there could be 2, 3 and more than 4 as well.  Is there a formula or something that can compare everything between commas and return a Yes/No match field?

 

RickMaly_0-1583873902681.png

 

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @MadeInHB ,

 

I would suggest you to start from here. 

fmvizcaino_0-1583874244423.png

 

Best,

Fernando Vizcaino

 

Simha
9 - Comet

Hello, You can do something like this. This returns -1 for true and 0 for false. Moreover, it gives you the first valid phone number from the list as well.

 

Simha_0-1583874655093.png

 

 

Labels