Hi,
I need to display the total register count grouped by one column of a relation, but only for the top 10 records.
How do I do that?
I can set the max number of results to 10. Fine.
Then I tried ordering the results descending, however I can only order by the existing fields, not the count itself
I'm using only 2 columns, making a count in one and grouping by the other.
Thank you !