Claudius
3 years agoBoss
How to pull topic count per node by author? GROUP BY anyone?
Hi,
I would like to programmatically generate a list of authors on an idea board and their number of idea submissions using LiQL. In generic SQL I would simply GROUP BY author.id while pulling the board's messages. Unfortunately no such grouping seems to exist for LiQL. I was also looking at the boards collection, but no functionality seems to allow me to group message count by authors.
Worst case I would have to pull all messages on the board and count authors.
Does anyone have a solution for pulling message count per node by author?