You can use jobquery for specific group. If you keep for or longer of 24h job records, you could probably extract all data from there. But I suspect you will most likely (it is easier) combine both job and mdb data into single set by creating two arrays of data and then merging them in final report.
As far as I remember jobquery is like nsradmin so you can't get to csv format. I know that in 9.x most likely one should switch to REST API queries as that seems to be the future and this is now coming with NW9, but in NW8 you are still left with scripting around different outputs from different databases.
Actually I made a script, but not for reports, but rather operations. For reports I extract data for client and feed it into mysql DB. However, with NW9 I think I will change that in future as NW9.2 is supposed to have same thing which I can easily extract then (I believe I saw it comes in XML format) and then push it anywhere I want.
ble1
6 Operator
•
14354 Posts
•
56186 Points
871
0
Posted August 28th, 2017 02:00
You can use jobquery for specific group. If you keep for or longer of 24h job records, you could probably extract all data from there. But I suspect you will most likely (it is easier) combine both job and mdb data into single set by creating two arrays of data and then merging them in final report.