Custom Reports

Summary

  • AdapTable allows users to create Custom Reports
  • These can be configured by developers at design-time, or build in the UI at run-time
  • Custom Reports typically use an Expression
  • Custom Reports can be exported in various formats to all destinations

Custom (i.e. bespoke) Reports can be provided to supplement the System Reports shipped by AdapTable.

Custom Reports can be created and supplied in 2 ways:

  • by run-time users via the Export Wizard
  • at design-time through Export Initial State

AdapTable enables these reports to be exported to all available destinations.

Each Custom Report specifies which columns and rows to export.

Note

Custom Report rows typically contain a Boolean Expression, evaluated by AdapTableQL each time the Report runs

Custom Reports
Fork
  • This demo contains 2 Custom Reports (provided in Export Initial State):
    • Popular Frameworks - exports 2 columns for rows with Github Stars > 50000
    • MIT JavaScript - exports 5 columns for rows where Language is JavaScript and the License is MIT License

Defining Custom Reports

Custom Reports can be provided at design-time in Export Initial State.

Developer Guide

Defining a Custom Report

Using Custom Report Wizard

UI Step by Step Guide

Using the Export Wizard to Create / Edit Custom Reports