Start Free Trial

Alteryx Designer Desktop Discussions

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

Normalizing data with multiple fields

xarnax
5 - Atom

Hello,

 

I need help with converting a large amount of data with multiple fields. Please see below sample of what I'm trying to achieve:

 

Before:

ProjectIssuePreparerCookExaminerDate
ACDJohnJohnBen1-Jan
BEFBenTomKelly4-Apr

 

After:

RoleNameProjectIssueDate
PreparerJohnACD1-Jan
CookJohnACD1-Jan
ExaminerBenACD1-Jan
PreparerBenBEF4-Apr
CookTomBEF4-Apr
ExamnierKellyBEF4-Apr

 

I've searched around the community and played around with the transpose and cross tab functions but still couldn't get to the resulting format that I needed. Would anyone please kindly help out? Much appreciated!

 

Thank you,

Arna

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

@xarnax,

 

Here's your solution:

 

Capture.png

 

The configuration of the TRANSPOSE was a little tricky.  After that, I used a SELECT to rename and re-order the data.  I've attached two versions (v 11 and v 11.3) for you.

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
xarnax
5 - Atom

Thank you so much! Appreciated it! This is exactly what I was looking for :-)

MarqueeCrew
20 - Arcturus
20 - Arcturus
Glad to help!

Cheers,

Mark
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors