Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
345 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 ;-)
by
moved 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.

Please log in or register to answer this question.

...