How to sort aggregate rows #4221
Unanswered
AmitTheJsWhisperer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Yo yo,
when my table is grouped i want to sort the aggregated rows.
so for example, a table with three columns (student school ,student name, student grade).
when the table is grouped by school i can sort the grades but the sort is in the lower level - sort each school's grades, i want the sort to be implemented also on the aggregated rows so each school will be sorted by it's students average grade and in each school will be sorted with in it's students.
Beta Was this translation helpful? Give feedback.
All reactions