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

Combining multiple sets of data

G_SAND
8 - Asteroid

Hi. As with most things I am sure this is easy!

 

I have 3 separate sets of data:

 

PartField 1 PartField 2 PartField 3
A1 A4 A6
B2 B  B7
C3 C5 C 

 

I want to combine so it reads:

 

PartField 1Field 2Field 3
A146
B2 7
C35 

 

I have tried a couple of things but can't seem to get it right.

 

Any help would be great.

 

Thanks

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

JOIN MULTIPLE:

 

Part = Part = Part

 

Uncheck all duplicate part fields.

 

Done :)

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
G_SAND
8 - Asteroid

Thanks.

 

I had tried this before and it didn't look right. But I realized it would only work with 1 of the tables as Input 1.

Labels