Skip to content

Usage@Reports

Jan Tomášek edited this page Dec 6, 2022 · 1 revision

ARClib allows generation of custom database statistics by querying any data stored in DB or SOLR.

Actions

Action Description
Create template User creates his own report template containing both the data queries and the output representation of the data.
Get report The report template is used to generate the actual reports based on the data that are stored in the database in the moment of the report generation. The reports can be exported in form of several types output documents: PDF, CSV, XLSX, HTML.

Report template can contain datasets either from DB or from index (Solr), not both. If the Solr dataset is used, the ARCLib XML index report checkbox must be checked during creation of the template.

There are three pre-created report templates you can use:

  • file-format-statistics.jrxml: ARCLib XML index report of format metadata extracted from SIP and identified by Ingest.
  • scan.jrxml: ARCLib XML index report of image creation metadata extracted from SIP.
  • data-import.jrxml: ARCLib DB report of the imported data (counts of AIPs).

To see the detailed instructions how to write Jasper Reports templates and to get some sample report templates, download the following archive: https://drive.google.com/file/d/1dCRo66eio4UOUwVmeMP9BUJw98iWL9cF/view?usp=share_link

Clone this wiki locally