akaivyleaf
Programmer
I have a database that keeps extensive data on response times, by date. I want to get the top 14 people who responded to EACH incident on a selected date. (There could be instances of 7 or 10 incidents per date and 14+ people responding to each incident)
I believe that some incantation of Top Value will produce what I want but right now, it just gives me the top 14 people per date. Not per incident, per date. How do I get it to look at each incident (listed by incident number) and then the top 14 by this number, by date. Does this make sense or do I need to explain it diffently.
I believe that some incantation of Top Value will produce what I want but right now, it just gives me the top 14 people per date. Not per incident, per date. How do I get it to look at each incident (listed by incident number) and then the top 14 by this number, by date. Does this make sense or do I need to explain it diffently.