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

Tranpose without aggravating values

samxhander09
8 - Asteroid

Hi! I'm looking to transfrom my data from this:

 

 

11.PNG

 

To this:

 

12.PNG

 

I tried to use transpose tool but it aggravates the values.

2 REPLIES 2
CoG
14 - Magnetar

Here is a sample workflow that does what you desire. The issue is that Alteryx via the Cross Tab Tool has no way of knowing that you want three columns that all have the exact same name vs. one column that gets aggregated. As a matter of principle the default makes sense because it is not generally good practice to have a table with multiple columns that have the same name (although for formatting it does make sense that the output should look however you need it to). We solve this problem by forcing unique column names:

SubID for Cross Tab.png

samxhander09
8 - Asteroid

Thank you for your help!

Labels
Top Solution Authors