The code below inside the QUERY()
spreadsheet function doesn't seem to work as expected!
=QUERY(...., "Select E, I, count(H) group by E, I order by count(H) desc limit 10")
Result: Overall Top 10 rows based on Count(H)
Expected/Looking for: Top 10 rows "for each group" (E,I)
Any ideas/suggestions would be helpful. Thanks