Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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