Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I got a question, I've tryed to create a table with sum(points) by week and user. The example is like this:
User Week Points Sum(Points)
Juan 1 12 12
Luis 1 20 20
Dani 1 8 8
Juan 2 10 22 (12+10)
Luis 2 7 27 (20+7)
Dani 2 11 19 (8+11)
Any help?
Thank you 🙂
Here is the new change, I deleted JornadaLiga, and now I use Jornada in Ranking table, but I need calculate the global position like before.