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

Create a chart showing frequency

prose3
5 - Atom

Hi all,

 

I'm trying to throw together a "heatmap," but the heatmap tool is not doing what I need.

 

I have a set of data that has a list of reviews, when they were performed, and by whom:

 

Review IDMonthDirector
1JanJohn
2FebMary
3JanJohn
4MarchJohn
5FebMary

 

I'm looking for an output of a chart that shows the frequency of reviews by Director by month:

 

DirectorJanFebMarch
John201
Mary020

 

Apologies if this question is posted somewhere else, I can't find the name of the chart I want and don't see anything related. Thanks!

2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

Looks like a Crosstab tool to me to get this data in the correct way! Group on Director, change column headers to Month, and values to Review ID (aggregating by count)

prose3
5 - Atom

Thanks, that was it! My review IDs weren't numbers so once I converted I was able to get the aggregate by count option.

Labels
Top Solution Authors