Hi, I am trying to add another column in the dashboard which is to count distinct user.
I understand that I need to do something like this to get the number:
SELECT COUNT(uid) from ost_thread_event where uid_type='U';
When I go to the class.report.php, all I see is something like SqlAggregate::Count(SqlCase etc.:
I am not familiar to how the data is pulled from the database. Can anyone help how to achieve my goal or at least guide me how to understand the syntax being used. Regards