Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Match or Find values in one column based on another column

slckkrky
8 - Asteroid

Hello all

 

I am trying to find/match/flag records that match values in one column based on another column. I tried few ways as in attached picture but I couldnot make it work. Field 2 will always have multiple (number of entry varies in that field) records with comma.

 

Can anyone help ?

 

CaptureColumns.PNG

 

 

 

Thank you

1 REPLY 1
LukeM
Alteryx Alumni (Retired)

Hi @slckkrky 

 

The top one should work, but you need the fields the other way round.

 

It should be Contains( [the long field you're searching in] , [what you're searching for] )

 

Let me know if that works.

 

Luke

Labels
Top Solution Authors