Application Usage Tracking Web Report

(imported topic written by dgibson91)

One of the complaints we had about the new Application usage tracking wizard is that every operator needed to enable tracking on every client we wanted to track. To get around this, i created a web report that allows all operators to view the master operators’ tracking reports.

This report is just a modified version of “apptracking.ojo”

See the attached besrpt if you are interested. I am open to suggestions if anyone can think of a way i can improve on this report.

(imported comment written by jessewk)

Wow. That’s really cool! Nice work.

One major key to improve the speed would be to remove as many calls to ‘EvaluateRelevance’ as possible. Each call incurs about a 1 sec transaction penalty outside of processing time for the actual results.

Still, the performance seemed reasonable on the database I tried.

-Jesse