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

Multiple Values in One Cross Tab Column

paddis
6 - Meteoroid

I am able to get a Cross Tab result with certain values (Ticket Count & Fare Amount) under a column sorted by Sales Source Type (ARC, BSP & DIRECT) where each value type is in its own separate Cross Tab result. I would like to have both values (Ticket Count & Fare Amount) under the same column for each Sales Source Type in one result. Attached is an example of the result I can get (two Cross Tabs) and the result I'd like to get.

2 REPLIES 2
kmalzewski
5 - Atom

Have you tried a join on the yearmonth column? This will give you the ability to put the rest of the columns side by side, by month.

Capture.PNG

 

 

paddis
6 - Meteoroid

That works great. Certainly close enough. Thanks, kmalzewski!

Labels
Top Solution Authors