SOLVED
Create Matrix For Output?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
LearningAlteryx1423
5 - Atom
‎05-25-2023
05:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have data in the following format:
Layer | Priority | Total # of tasks |
1 | 1 | 22 |
2 | 1 | 32 |
3 | 1 | 12 |
1 | 2 | 34 |
2 | 2 | 1 |
3 | 2 | 4 |
Is it possible to create a matrix in Alteryx so that the layers are the x axis, the priority is the Y axis, and the total # of tasks fills the cells in between?
Layer 1 | Layer 2 | |
Priority 1 | 22 | 32 |
Priority 2 | 34 | 1 |
I was trying to use transpose to achieve this but could not figure it out.
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Best Practices
- Data Investigation
- Output
2 REPLIES 2
geraldo
13 - Pulsar
‎05-25-2023
07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Attached is a workflow.
I don't know if this is what you need.
needs some adjustments in column headings..
‎05-25-2023
07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks!
