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

Having Trouble Crosstabbing Data

Aviator0807
8 - Asteroid

So I have this table and I want to cross tab it.

StoreTotal Sales
A100
B200
C300
D400

So that I get this table. 

ABCD
100200300400

But what I am getting after using the cross tab and grouping by store is this

ACD
100Null()Null()Null()
Null()200Null()Null()
Null()Null()300Null()
Null()Null()Null()400

Im not too sure what I am doing wrong. 

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @Aviator0807 

 

Configure crosstab like below

 

atcodedog05_0-1635347032965.png

 

Hope this helps : )

 

Labels
Top Solution Authors