Free Trial

Alteryx Designer Desktop Discussions

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

Pivot Table in Alteryx

Cferrer6
8 - Asteroid

Hi , 

 

I am attempting to create a pivot table in alteryx. i read other threads and it seems the summarize tool is useful. I gave it a try and it does everything i need except put the "invoice description" under the ISO DBA name (screen shot attached)  any ideas on how to do that ? Example of what i need is also attached. 

 

 

2 REPLIES 2
csmith11
11 - Bolide

Create a separate data streaming using another Summarize Tool without the invoice description Column. (Copy Paste Current tool, Delete Invoice Description)

 

This Summarize tool will give you the values needed for your Header Rows.

 

Use a formula tool to create a invoice description Column Set equal to the ISO DBA name column.

 

Use a Union tool To combine your two data streams back together.

 

You may need an additional flag field for your header data.

 

Sort on the ISO DBA Name column and flag field then use a select tool to remove these columns.

 

Please reach out if you have any questions.

csmith11
11 - Bolide

csmith11_0-1635210282676.png

Here's an example using unrelated data.

Labels
Top Solution Authors