Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
daniportero6
Contributor III
Contributor III

How to calculate sum(Points) by Week and User

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 🙂

Labels (1)
10 Replies
daniportero6
Contributor III
Contributor III
Author

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.