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

Transposing Data

tinadee
6 - Meteoroid

Hi all, 

 

I have data like this 

TeamName10-7-201910-8-201910-9-2019....
ASamAvailAvailNot Aval 
ATomNot AvailNot AvailAvail 
BJerryAvailAvailNot Aval 
CSarahAvailNot AvailAvail 
CSusanAvailAvailNot Aval 
DJonAvailNot AvailAvail 

 

I would like it to look like this for all data points. 

TeamNameDateAvailability
ASam10-7-2017Available 
ATom10-7-2019Not Avail...

 

Essentially I want the first two columns to remain the same and only want to transpose the date and availability column information into rows. 

 

Thank you, 

2 REPLIES 2
jrgo
14 - Magnetar

Hi @tinadee 

 

Unless there's some detail i overlooked, the Transpose tool should be what you need. Select tool after is used to rename the pivoted fields to "Date" and "Availability".

image.png

 

Here's the configuration of the Transpose tool

image.png

tinadee
6 - Meteoroid

@jrgo  This is exactly what I needed. Thank you!

Labels
Top Solution Authors