Group the number of rows according to one column value #3340
Unanswered
SAKSHISONI
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sounds like something you'll have to tackle yourself, as it's an implementation detail. Perhaps try to see what you can do with Collections (like groupBy and map). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi All,
Is there any way to group the rows according to one column value. For example, I have a student table with all classes students. I want to show the data in export excel like a Row with the name of the class then the students in that class. Similarly for all classes. Please help me if any existing solution is there in this package because I am unable to find it.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions