TimBiesiek
Programmer
Hi all,
I'm trying to create a report that has a location group, and shows for each location the top 10 incident types, with the number of each incident, like below:
Location 1
Incident amount Incident
4 Vehicle Accident
2 Injury
1 Potential Injury
etc etc
I have the basic table layout, but am struggling to show just the top 10 incidents...
I've tried using the rowindex function, but this returns weird values... eg:
4 Vehicle Accident 86
2 Injury 37
1 Potential Injury 61
etc etc
Any other ways I could do this? Note that the top 10 incidents will be different for each location, and I want all locations shown on the one report...
Thanks!
I'm trying to create a report that has a location group, and shows for each location the top 10 incident types, with the number of each incident, like below:
Location 1
Incident amount Incident
4 Vehicle Accident
2 Injury
1 Potential Injury
etc etc
I have the basic table layout, but am struggling to show just the top 10 incidents...
I've tried using the rowindex function, but this returns weird values... eg:
4 Vehicle Accident 86
2 Injury 37
1 Potential Injury 61
etc etc
Any other ways I could do this? Note that the top 10 incidents will be different for each location, and I want all locations shown on the one report...
Thanks!