Alteryx Designer Desktop Discussions

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

Turning a row into a new kind of column

TormentMaker
8 - Asteroid

Hey guys, hope everyone's doing well, so i got a problem with Alteryx Designer where i want to change the way i view the data of my table, gonna show a example to make it easier to understand:

I have this:

NameDateFree Hours
Lucy Stevens21/05/20210
Lucy Stevens22/05/20219
Pietro21/05/20219
Pietro22/05/20219
Manoel21/05/20219
Manoel22/05/20210

 

And i want this table above to turn into this:

Name21/05/202122/05/2021
Lucy Stevens09
Pietro99
Manoel90
2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @TormentMaker 

 

This can be easily done by crosstab tool and dynamic rename

atcodedog05_0-1621604993571.png

 

1. Cross tab tool key as Name, name as Date and value as free hours.

2. Dynamic rename tool to replace "_" to "/"

 

Hope this helps🙂

 

TormentMaker
8 - Asteroid

Yeah thats exactly what i needed, didnt even had to use the Dynamic Rename with my project tho

 

Thanks buddy

Labels