Hi,
This is for a feature similar to blog writing. When a user writes a blog, the characters are counted and stored in the database. I want to view the total characters count of all users combined and view it in a dashboard interface. How do I do that?
Note: I stored the blog character count data of each user in the format:
Users - > character count (as numbers)