Alteryx Designer Desktop Discussions

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

Convert list to rows and columns

vwang
5 - Atom

Hi,

 

I currently have a table with the first row as the header and the rest as values. I want to convert it into a table that summarizes the values with column and row descriptors.

 

Basically I want to get convert this:

 

a1.png

 

to this:

a2.png

 

Any thoughts?

 

Thanks!

 

Vivian

 

 

2 REPLIES 2
Joe_Mako
12 - Quasar

The attached is built with the assumption that you know the field names you want in the end, and have a specific order for the fields.

 

The attached transposes all data fields, sums the value, appends in known fields, filters to known field matches, splits out Category, cross tab with field order, and renames.

 

reshape.png

 

If you had some other dimension you would like to include in your aggregation granularity, you would add it as a Key or Group By to the three orange Transform tools.

vwang
5 - Atom

This is exactly what I wanted to do. Thank you for the quick response!

Labels