tadeumaiaT
Convex Community2y ago
3 replies
tadeumaia

Groupby with Convex

Hey guys, just playing with convex here for a project. Still trying to understand the way to deal with queries. I saw the group by example at the documentation. It looks like it returns all the elements and and to a reduce to group by.

I have a table with over 800 items, I just need to get the a group by list of one field. ex:
exercises: { name: "squat", muscleGroup: "hamstrings" ... } I need to get all the different values of muscleGroup. Is there any easier way so I dont send off the exercise data over the wire?
Was this page helpful?