I have a Sum query analyzing show entries that reports as follows
show year (grouped by)
Entrant (grouped by)
Number of entries (sum) and sorted descending
I need to select from this the "Entrant" and "SumOFnumber of entries" and "year" only the entrant with the highest number of entries in each yearEntrant (grouped by)
Number of entries (sum) and sorted descending