runreport.pl - Run pre-existing saved reports
runreport.pl [ -h | -m ] [ -v ] reportID [ reportID ... ]
Options: -h --help brief help message -m --man full documentation, same as --help --verbose -v --verbose verbose output Arguments: reportID report ID Number from saved_sql.id, multiple ID's may be specified
Print a brief help message and exits.
Prints the manual page and exits.
Verbose. Without this flag set, only fatal errors are reported.
This script is designed to run existing Saved Reports.
runreport.pl 16
In the most basic form, runs the report specified by ID number from saved_sql.id, in this case #16, outputting the results to STDOUT.
runreport.pl 16 17
Same as above, but also runs report #17.
Reports - Guided Reports