Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Help with Transpose tool

arundaka02
8 - Asteroid

Hi everyone

 

I want to analyse a skills matrix style data set which currently looks something like this:

 

Email address (unique identifier) Skill 1Skill 2Skill 3Skill 4Skill 5
example1.example1@xyz.com21333
example2.example2@xyz.com03310
example3.example3@xyz.com33221
example4.example4@xyz.com31203
example5.example5@xyz.com11132

 

The data within the table represents the respondent's proficiency level of that particular skill. 

 

I want to transpose this data for data visualisation purposes so it looks like this: 

 

Email address Skill (new column name)Skill Score (new column name)
example1.example1@xyz.comSkill 12
example1.example1@xyz.comSkill 21
example1.example1@xyz.comSkill 33
example1.example1@xyz.comSkill 43
example1.example1@xyz.comSkill 53

example2.example2@xyz.com

Skill 10
example2.example2@xyz.comSkill 23
example2.example2@xyz.comSkill 33
example2.example2@xyz.comSkill 41
example2.example2@xyz.comSkill 50

 

I've been playing around with the transpose tool but I can't get my data to resemble the above?

 

Can anyone help?

 

Many thanks

KA

2 REPLIES 2
Emil_Kos
17 - Castor
17 - Castor

Hi @arundaka02,

 

Please let me know if this is something helpful.

 

 

arundaka02
8 - Asteroid

Thank you, @Emil_Kos !

 

I wasn't configuring the Transpose tool correctly and your solution has highlighted this. 

Labels
Top Solution Authors