Alteryx Designer Desktop Discussions

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

Converting column headers into rows to create unique rows

flying_cpa
5 - Atom

Hello all -

 

I'm trying to create unique rows based off data that is organized as account by business unit. What I'd like to have Alteryx do is convert this into a three column table in which each account and business unit are combined to create a unique row. 

 

I'm confident this is an elementary question; looking forward to learning more about Alteryx as a result! 

 

What I have: 

 Company CodeCompany CodeCompany CodeCompany Code
Account100101102103
12568111154
262105148191
376119162205
434689132
53780123166

 

What I would like: 

AccountCompany CodeBalance
110025
110168
1102111
1103154
210062
2101105
2102148
2103191

                                      etc...

 

Thanks so much. 

2 REPLIES 2
JohnJPS
15 - Aurora

Hi @flying_cpa,

 

You should be able to Dyanmic Rename to move that row into the column headers, then Transpose to get what you want.

 

I've attached an example.

 

Hope that helps!

 - John

flying_cpa
5 - Atom

Thank you, @JohnJPS!! 

Labels