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

Transpose data into multiple columns

Poojitha
5 - Atom

Hi, 

I have same type of columns as below. I need to combine them into single column along with the data

Input:                                                                                               

MonthMonth of paymentYearYear of payment
4 2020 
4 2020 
4 2020 
4 2020 
4 2020 
4 2020 
 April 2020
 April 2020
 April 2020
 April 2020
 April 2020
 April 2020
 April 2020

Output:

       

Month/Month of paymentYear/Year of payment
42020
42020
42020
42020
42020
42020
April2020
April2020
April2020
April2020
April2020
April2020
April2020

 

I tried using transpose, but after transposing i was struck at splitting into columns. Please help

2 REPLIES 2
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @Poojitha,

 

You could use a formula to create the new column? Unless there's a reason you need to be more dynamic?

 

Jonathan-Sherman_0-1599666947461.png

 

Jonathan-Sherman_1-1599666988525.png

 

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.

 

Regards,

Jonathan

Poojitha
5 - Atom

thanks alot! worked as required!

Labels
Top Solution Authors