Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to turn Row values in columns

Anahi
6 - Meteoroid

Hi Everybody, I'm stuck with the next situation and can't seem to solve it. I have the following data

 

DIRECTOR          REGION          STATUS

Tim                       Latam              Unprepared  

Jeff                       Asia                 Prepared

Amy                     Europe             Unprepared

Tim                      Latam               Prepared                

 

and I need a Summary like this

 

 

DIRECTOR          REGION          UNPREPARED          PREPARED        TOTAL

Tim                       Latam                          1                               1                    2                

Jeff                       Asia                             0                               1                    1     

Amy                     Europe                         1                               0                    1         

 

 

I've been trying all day with different Alteryx tools but I can't seem to find the correct one.

 

Please help  :'-)

2 REPLIES 2
jeff_reynolds
10 - Fireball

The attached flow does what you need. 

 

example.png

Anahi
6 - Meteoroid

@jeff_reynolds You are awesome! Thank you!

Labels
Top Solution Authors