Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Summarizing the data like Excel pivot

SahadhKuruniyan
8 - Asteroid

Hi Team,

 

I have data like below. 

TeamProduct
AX
BX
CY
DZ
DZ
CZ
AY
BY

I am looking for a tool which help me summarize the data like below:

Row LabelsXYZ
A110
B110
C011
D002
2 REPLIES 2
gawa
16 - Nebula
16 - Nebula

Hi, @SahadhKuruniyan 

This is super easy by using Cross Tab tool. Tips is that, before Cross Tab, adding one column with value=1, and specify this field as Value column of Cross Tab configuration.

After that, non exist cell will be "Null", so replace them with 0 by Data Cleansing Tool.

 

Refer to attached workflow for more detail.

image.png

image.png

binuacs
21 - Polaris

@SahadhKuruniyan One way of doing this

image.png

Labels
Top Solution Authors