Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
264 views
in Plugins by
For a special project, I am looking for a way to display the total number of points from all users in Activity Count Widegate. Is there an easy way to do this? Sorry, I am not very familiar with SQL queries ;-)

1 Answer

0 votes
ago by
Yes, you can use a simple SQL SUM function on the points column in the Activity Count table to display the total points from all users easily.
...