| Help : Server : Reports |
The reports control panel allows you to upload new report templates, view installed report templates, view reports, delete report templates and run reports.
There are two types of report template:
| Interactive Interactive templates prompt for additional information before they can generate a report. An interactive template will contain an ask action that specifies which parameters are needed. When an interactive template is evaluated it will prompt for the missing parameters using a form. | |
| Scheduled Scheduled reports are updated each night. By default reports will updated at 2am (this time can be changed by setting PeriodicReportHour in the configuration file). |
To install a new report template
Templates may be viewed by simply clicking on the <report>.shtml link in the reports table. Copying an existing template is often the best starting point for authoring new report templates. Simply use your browser to save the template to your local disk, edit it, and then install the new report template.
Click on a <report>.html link to see the report.
Click on the Delete link to remote a template.
Click on the Run button to evaluate a template. In the case of a Scheduled report, the result will be the creation of a <report>.html file that can then be viewed. If an Interactive template is evaluated, the result will be form prompting for parameters. Once the requested parameters have been supplied, click the Run button to generate a report, or click the Schedule button to create a scheduled template.
To schedule an report based on an interactive template
Click on the Run button to evaluate an interactive template. A form will prompt for parameters. Once the requested parameters have been supplied, click the Schedule button to create a scheduled template. The new template will generate a report during the next scheduled reporting cycle.