This topic is locked

Track Usage of Reports and Charts

9/19/2015 11:30:18 AM
PHPRunner General questions
C
chuckbower author

I have an application that's been in place for 3-4 years. I'd like to check and see the usage on Reports and Charts. I thought I would go to my audit file from PHPRunner and do a grouping query and look at that, filtering out the logins, logouts, failed logins, logins by my administrator user, etc. I found that there are no audit rows for the reports and charts (I guess that makes sense). Anyone ever build any code to track and put a row into the audit table (or any other table) that can then be used to see how often reports and charts are used?
Chuck

Sergey Kornilov admin 9/21/2015

I would suggest to use BeforeProcess event of those chart/report pages to insert a record into audit log table. This would give you an insight on report/chart usage.