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.

Join if x/x fields match

donnellyaj
5 - Atom

I'm looking to do a conditional join if x/x (e.g., 2/4) fields match.

 

In the example below these two rows would join because two of the four fields (DOB and last name) match.

 

Table 1

Date of BirthFirst NameLast NameCity
01/01/85JohnDoeSpringfield

 

Table 2

Date of BirthFirst NameLast NameCity
01/01/85JonDoeSpringfeild
1 REPLY 1
ChrisTX
16 - Nebula
16 - Nebula

You could try a waterfall approach.  First try to Join on DOB and Last Name, then the records that don't match willl go through the "waterfall" to another Join tool.  Repeat with a 3rd Join tool if needed.

 

Here's a sample workflow that uses the "try multiple match criteria" / waterfall approach, using a Fuzzy Match:

 

ChrisTX_0-1686256876793.png

 

 

Chris

 

Labels
Top Solution Authors