Alteryx Designer Desktop Discussions

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

Putting Values From Multiple Rows & Columns into One Single Column

brittany_harn
5 - Atom

I have data in a format similar to this:

 

 ABC
D###
E###
F###

 

 

I have been able to put A, B, and C under a new column named "Entity" and D, E, and F under a new column named "Description", but I am having trouble putting all of the values into their own column. This is what my expected outcome is:

 

EntityDescriptionAmount
AD#
BD#
CD#
AE#
BE#
CE#
AF#
BF#
CF#

 

Any help is very much appreciated!

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

@brittany_harn,

 

This is pretty straight-forward and a use of the TRANSPOSE tool (using a group by function):

 

Capture.PNG

Please take a look at the attached workflow and let me know if you need any further assistance.

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
brittany_harn
5 - Atom

@MarqueeCrew

 

Thank you so much for your help!! I didn't realize it was as simple as that!

Labels