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

Create a histogram with custom bin size to build a reporting by type

a_chhay
7 - Meteor

Hi all, 

 

For the first part of my problem, I'm trying to gather my field "Delay"  with a bin size = 5.0 regardless of the field "TYPE" and do the sum of the count for each bin .

 

For example:

Interval_DelayCount
[0;5[188
[5;10[199
[295; 300[11

 

For the second part of my problem, i'm trying to create a histogram in a reporting with a drilldown by type

 

Is there any template to create that kind of reporting. 

 

 Thanks,

 

A_chhay

 

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @a_chhay 

 

Here you go.  I used a formula tool the generate the bins and bin labels

 

f.png

 

The trick in the Insight tool is to create the drill down first and then use the drill down as an axis

 

c.png

Full graphFull graph

Drill down by typeDrill down by type

 

Dan

a_chhay
7 - Meteor

hi @danilang,

 

Thanks for your help. the creation of bins and bins label have been useful for my problematic.

 

For the other point, i've found another way to filter my data with a specific filter.

 

a_chhay_0-1581931667273.png

 

a_chhay_1-1581931756815.png

 

have a good day.

André

 

 

Labels