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

Align staggered Information

calvincarr29
8 - Asteroid
 

Problem:

 

I joined two containers with the Union command and it produced staggered information. 

1.PNG

2.PNG

Need: I need to move the the information that starts on Row 706 for columns Account Number, Description, Account Name and Amounts to Row 1 

 

 

 

2 REPLIES 2
CoG
14 - Magnetar

If you still have access to both data streams, I suggest replacing the Union Tool with a Join Tool (set to Join by position). This should accomplish exactly what you need. The only thing you'd need to do afterward is union all outputs ("L", "J", & "R") to account for the case where row count is different between data sets.

calvincarr29
8 - Asteroid

@CoG Thank you so much

Labels
Top Solution Authors