📁 Reference
Backend
Reports

Reports

A report is a structured document presenting information, findings, or summaries on a specific subject. A report may:

  • be composed of many reports
  • use neoQL to create complex reports
  • invoke plugins to delegate report creation
Think of report as a function that takes an input form and returns an output form.

Types

  • Composite report

    A composite report merges of two or more reports.

  • Mapper report

    A mapper report maps or converts a report into a new report.

  • Plugin report

    A plugin report invokes plugins to create reports.

  • Query report

    A query report uses neoQL to create complex reports.

  • Spreadsheet report

    A spreadsheet report shows spreadsheet data in a report format.