Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Announcement | We'll be doing maintenance between 2-3 hours, which may impact your experience. Thanks for your patience as we work on improving the community!

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