Hi all, I am struggling with CC. forgive my ignorance.
I am trying to total the values of a column based on user id.
Here is a simplified version of what I am trying to get done.
Say I have the following information in a table
user_id points
2 2
1 2
2 3
2 1
1 7
I want to display the results on the front end like
user_id total points
1 9
2 6
Is this possible?
TIA,
Tom
keywords: total totaling adding tallying sum sumation
I am trying to total the values of a column based on user id.
Here is a simplified version of what I am trying to get done.
Say I have the following information in a table
user_id points
2 2
1 2
2 3
2 1
1 7
I want to display the results on the front end like
user_id total points
1 9
2 6
Is this possible?
TIA,
Tom
keywords: total totaling adding tallying sum sumation