(imported comment written by Lee Wei)
jspanitz
A: Store the results of a report OR Add a āDateā field to the report so we can pick a point in time to run the report against (right now it is just real time from when you run the report).
Normally we would use the Schedule feature in Web Reports to run a report. However, since this one uses JavaScript, Schedule does not work. So the only way would be to run, then export via Excel and store the data.
jspanitz
B: Get a āReported Inā filter to weed out the old machines that have not yet been pruned from the database,
This will be possible if I make the multi-select list either ANDs or ORs. Right now, the selections are OR.
If we can AND the selections, you can first choose the computer groups, then add a session relevance to filter those who have reported in within a given timeframe.
Lee Wei