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

Duplicating Column (+ special condition)

insomned
8 - Asteroid

Hello, 

 

I would like to duplicate a column, but for the new column to start from the second entry (so well, not entirely a clone of the first one). 

 

Example: 

 

Names       Names (new column)

 

John           Claudia

Claudia       Walter

Walter         Mitch

Mitch          (Null)

 

Thanks! 

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @insomned 

 

You can use Multi-row formula tool like below.

 

Workflow:

atcodedog05_0-1632995280408.png

 

Hope this helps : )

insomned
8 - Asteroid

Super helpful, thank you! Have a great day! 😊

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @insomned 

Cheers and have a nice day!

insomned
8 - Asteroid

Actually @atcodedog05, wanted to ask what would be the approach if we had to repeat the action multiple times, ie

 

Names       Names (new column)    Names (new column1)    Names (new column2)

 

John           Claudia                         Walter                              Mitch

Claudia       Walter                           Mitch                               (Null)

Walter         Mitch                            (Null)

Mitch          (Null)

 

Thanks a lot!

 

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @insomned 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1632998880244.png

 

Hope this helps : )

Labels
Top Solution Authors