Hi there,
I have a question that I can’t seem to wrap my head around, so I would love to have your input. Let’s take a look at the following screenshot:
As you can see, I group records based on a name. In this case, we have “K” and we have “T”.
I would love to create a sum of the points for each person. So K would have 1 point, where T would have 5 points. There is indeed already a SUM, but I’m not able to sort on the SUM of each group (if I can, please let me know how, meaning that T would be on top of K).
So, I would like to create a field that is able to calculate the SUM from all the records for each name separately. I would not mind if I would see that same result in each record, but the idea is to create a scoreboard, where the highest sum of points for each person is on top (currently, when I sort, it just sorts on the individual point).
Is this possible, and if so, how would I go about this?
(Basically, I want to do some kind of count if on each name separately and on each month separately, although the month parameter I can probably tackle with a view)
Thanks so much!