Hi all - I'm trying to find a way for some of our management team to pull useful app usage reports from the JSS. (In the past, I've done this manually & spent way too many hours massaging the data into an Excel report.) I just installed the appUsageToCSV.jsp script - this is almost what I need, except for one thing: the report does not return the relevant usage date.
I pulled a sample report, and I can see that the entries are descending - so I can look at the numbers, and when they go from, say, 1 minute to the next being 14 hours, then I know I'm looking at the next available report. Even this, though, does not account for unreported days - the report pulled log data from the last 30 days, but does not account for un-logged days (such as when the computer is off) so I ended up with 18 days reported usage. That's fine - but I had to go to the JSS to see which days were being reported.
So: does anyone know how to modify the script to pull the relevant usage date field? Javascript is really not my thing...I did figure out how to change the number of days being pulled, so I have reports for 7, 30, and 90 days - but I need help with this one. Thanks!