All:
I have a report that I run on a monthly basis that ranks employees based on their production averages from previous months. I am wondering if there is a way to add a control to the report that will number the detail lines in the report.
The report is sorted by Supervisor, then budget center, then by production average (descending). When the report runs, I will get something like:
John Doe Center 60111 Jimmy 5.00 Susie 4.99 Billy 4.73 Tommy 4.37 Rachel 3.97
and what I would like to see is:
John Doe Center 60111 1 Jimmy 5.00 2 Susie 4.99 3 Billy 4.73 4 Tommy 4.37 5 Rachel 3.97
Where the numbering starts over at one (1) at every change of budget center.
Is this even possible? from withing the query?, the report?, or from code?
Any and all is greatly appreciated.