We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Convert Data Structure from Table to single row line items to get unique IDs

gagnew
5 - Atom

"Amount" data is currently organized in a table with "Location" identifier vertically and "Department" identifier horizontally.  This is causing an issue as a single Alteryx Record Number contains "Amount" data by the "Location" identifier for multiple "Departments."  Ultimately would like to transform my data so that each Alteryx Record Number only contains "Amount" data for a single "Location" and a single "Department."  Screenshots of current data state and desired future state are below.  Any help would be greatly appreciated.

 

Amount by Location and Department.png

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

Try the Transpose! Key field is Department, and all your other columns should be Data fields

gagnew
5 - Atom

You are spectacular.  Thank you for entertaining and solving my rookie question!

alexnajm
18 - Pollux
18 - Pollux

Happy to help!

Labels
Top Solution Authors