Is there way to do so on the server side? Maybe I missed something and there is a workaround already, some magic tricks so i don’t have to write another sqls/code.
What’s your DB structure, what aggregations are you looking for, and what have you tried?
are you able to use the group by operator on a data source that is a list? If it is on a list in the DB it should already do it server side.
yes, i can but isn’t that one happens on client side? Last time I remember it was FE
I tried group by: , at least it happens for referenced tables.
Let’s say i want to group my items of materials by project and it fetches projects and then only after displays inside of RG where it has linkage.
If you can do it in a backend workflow, which I believe are all run only on the server, than I would believe that the group by operator is done server side, but I do not know I’ve never run the test myself.