How to turn Row values in columns
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 :'-)
Solved! Go to Solution.
- Labels:
- Help
- Tips and Tricks
- Transformation
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@jeff_reynolds You are awesome! Thank you!
