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_Delay | Count |
[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
Solved! Go to Solution.
Hi @a_chhay
Here you go. I used a formula tool the generate the bins and bin labels
The trick in the Insight tool is to create the drill down first and then use the drill down as an axis
Dan
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.
have a good day.
André