Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Trying to rotate column data to be new column headers

Steve1
5 - Atom

Hi,

I have a dataset that I'm working on that I've gotten down to two distinct columns. I've made a simplified version for testing how I want to rearrange the data, and I'll attach it. The first Text Input is how my data looks now, and the 2nd one is how I want it to look. How can I accomplish this?

2 REPLIES 2
JohnJPS
15 - Aurora

Hi @Steve1,

You could use a Summary tool, group by Field1 and Concatenate Field 2. Then run that into a Text to Columns tool to split the concatenation into columns.  The output from that should give you what you need with minimal cleanup.

Hope that helps!

John

ponraj
13 - Pulsar

Here is the solution for your case. Hope it helps. 

 

WorkflowWorkflowResultsResults

Labels