How do I find the record with the maximum entry in a certain field. Note, I do not want the maximum NUMBER in this field, rather the record it corresponds to.
For more info: I have a list of names, with how many tests they conducted. I want to find who has done the most tests.
However, doing this once isn’t enough. I want to be able to replicate this given certain conditions. For example, of all the people with a specific bank (I have a field for this too), who has completed the most tests?
I’m more than happy to provide more info if needed,