Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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