We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

pivoting the data from a vertical layout to a more horizontal layout.

ABC_Anonymous
7 - Meteor

I can't transform this input to the output, I always get a single line with concatenations

 

bug Alteryx.png

6 REPLIES 6
OTrieger
14 - Magnetar

@ABC_Anonymous You can get rid of Name and then Cross Tab and Transpose the data and you will get what you are trying to. Group the data based on ID in both tools

OTrieger
14 - Magnetar

I prefer to do it with Summarize tool, Group on ID and Name, Concatenate Value.
Then you can Text to Columns the move the first row to be Headers 

ABC_Anonymous
7 - Meteor

BUT THERE ARE N COLUMNS TO BE HEADERS

OTrieger
14 - Magnetar

A different way will be to use Make Columns tool, before connecting it you will need to get rid of Name header. Set it to Arrange Horizontally Grouping based on ID and then Cross Tab the data 

OTrieger
14 - Magnetar

u.PNG

ABC_Anonymous
7 - Meteor

Perfect !! Big Thanks very useful 

Labels
Top Solution Authors