Start Free Trial

Alteryx Designer Desktop Discussions

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

Combining two data sets using two different fields

MikiA
5 - Atom

Hello,

I would like to find a solution to combine two datasets based on two unique fields. Tried Fine/Replace Tool and Join but did not manage to get a desired outcome.

My scenario:

Dataset A:

UserIDAddressIDPreferred sportsPreferred fruits
123456 Football 
 DEFVolleyball 

 

Dataset B: 

UserIDAddressIDPreferred sportsPreferred fruits
123456  Apple
 DEF Banana

 

Expected outcome:

UserIDAddressIDPreferred sportsPreferred fruits
123456  FootballApple
 DEF VolleyballBanana
2 REPLIES 2
abacon
13 - Pulsar

@MikiA A combination of Join and a Formula tool is your best option here.

 

Bacon

image.png

 

binu_acs
21 - Polaris

@MikiA one way of doing this

image.png

Labels
Top Solution Authors