Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

move the last 3 columns data to the end of the first 3 columns

EliseYu88
6 - Meteoroid

Hi :)  I am trying to move the last 3 columns data to the end of the first 3 columns. Appreciated the help.

From this:

Cost centreHoursKeyRight_Cost CentreRight_HoursRight_Key
ABC123150XYZ123470
ABC123250XYZ123570
ABC123350XYZ123670
ABC123450XYZ123770
ABC123550XYZ1238

70

To this:

Cost centreHoursKey
ABC123150
ABC123250
ABC123350
ABC123450
ABC123550
XYZ123470
XYZ123570
XYZ123670
XYZ123770
XYZ123870
3 REPLIES 3
FinnCharlton
13 - Pulsar

Hi @EliseYu88 , here's a way to do this with the Dynamic Select and Union tools, hope it helps!

 

image.png

EliseYu88
6 - Meteoroid

Thank you so much! works perfect

flying008
15 - Aurora

Hi, @EliseYu88 

 

There is a dynamic solution for you:

 

录制_2023_09_01_09_52_21_860.gif

Labels
Top Solution Authors