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