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.
SOLVED

Creating Pivot table

psinghania
7 - Meteor

I have 2 set of data  Current year and previous year compiled in one file which has details for customer , sales reps.

I want to summarize this details for Qty, Sales , GM and GM rate .

While using cross tab I can summarize only for one column i.e. Qty . I need for Sales, reps and GM rate also.

 

This is the pivot I want:

clipboard_image_0.png

 

This is the source data:

clipboard_image_1.png

 

Can anyone please help me.

 

2 REPLIES 2
benakesh
12 - Quasar

Hi @psinghania ,

Create name value pairs  for  Qty , sales , GM  etc   and   use  cross tab. 

clipboard_image_0.png

 

cplewis90
13 - Pulsar
13 - Pulsar

I have attached a workflow that accomplishes this with some sample data I made up. Same column names as your file

Labels
Top Solution Authors