In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

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

Multiple columns consolidated

LJBorders
5 - Atom

I have Tickets that are assigned to up to 6 different teams. I want to change the data to show the Assigned Teams in one column instead of 6. I also need other columns to stay with the tickets. I used several Transforms and then joined them, but the problem is that it's showing all statuses for a ticket for each team. So it will show Team 1 with the team 1 status, but will also show Team 1 with the Team 2 status.

I can't figure out how to keep the together. Newbie, obvs.

There are 2 tabs on my file. One showing the data I'm working with and the second showing how I'd like to see it.

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

See attached workflow.  Transpose and Crosstab are a very useful combination.

 

In your sample input data, column R should be Project Point of Contact 5 (not Project Point of Contact 6)

 

Screenshot 2024-10-17 070237.png

 

 

Chris

LJBorders
5 - Atom

Thank you so much! This is great!

Labels
Top Solution Authors