Start Free Trial

Alteryx Designer Desktop Discussions

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

Combine 2 data set

BosKev
8 - Asteroid

Hello,

 

How do I combine the 2 data point into one see below for example, thanks.

 

2 data point  Combine 
     
Employee IDWorksite Employee IDWorksite
123ABC 123ABC
   123DEF
Employee IDWorksite 123GHC
123DEF   
123GHC   
3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @BosKev 

 

You can do this using the union tool:

Felipe_Ribeir0_0-1673380810603.png

 

martinding
13 - Pulsar

union example.PNG

Hi @BosKev 

 

Are these 2 data points from 2 separate files?

 

If you, you could simply use the Union Tool.

 

If they are in a single file, but in different rows, you could select the relevant rows first, then use the Union Tool.

BosKev
8 - Asteroid

Thank you both

Labels
Top Solution Authors