Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Combine data in the same row

mlozovskaya
8 - Asteroid

I am looking a way how to combine 2 inputs with output displayed in the same row as showing below:

mlozovskaya_0-1641840931460.png

mlozovskaya_1-1641840957663.png

mlozovskaya_2-1641840995301.png

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @mlozovskaya 

 

use join tool and join by position.

atcodedog05_0-1641841292617.png

 

Hope this helps : )

 

Luke_C
17 - Castor
17 - Castor

Hi @mlozovskaya 

 

You could join by record position:

Luke_C_0-1641841312399.png

 

JosephSerpis
17 - Castor
17 - Castor

Hi @mlozovskaya you can do this a number of ways using a Join tool and Join by postion or even possibly Append fields. That last approach will only work really if you one row of data per your example.

Labels
Top Solution Authors