End-User Reporting

Overview

Allows end users of the platform to construct their own grids, charts, and dashboards.

Key Features & Functionality

  • Quick setup of data catalog based on existing record types
  • Front end construction of the follow types: grid, pie charts, bar charts, column chart, line chart, KPI, and more!
  • Front end configuration of dashboards to combine multiple charts into a single page with page filters
  • Dashboards and reports can be individually shared with Users and Groups
  • End user documentation

Note: Appian provides self-service analytics capabilities where end users can explore enterprise data and build their own custom reports. Before downloading this utility, refer to Appian Documentation to see if you can use the available self-service analytics capabilities.

Anonymous
Parents
  • We did a full removal of EUR and are installing from scratch using the 2.8.0 /application/new properties and zip as well as the new "oracle" install sql. We cannot get this to verify even though we have manually verified the table in question:

    The data source schema does not match the type mappings: Schema-validation: wrong column type encountered in column [id] in table [`ahreportexport`]; found [number (Types#NUMERIC)], but expecting [int (Types#INTEGER)] (APNX-2-4056-000)

    and we have validated the following:

    create table ADHOC_DS."ahreportexport" (
           "id" INT not null,
            "processId" INT not null,
            "textField1" varchar2 (255 char),

Comment
  • We did a full removal of EUR and are installing from scratch using the 2.8.0 /application/new properties and zip as well as the new "oracle" install sql. We cannot get this to verify even though we have manually verified the table in question:

    The data source schema does not match the type mappings: Schema-validation: wrong column type encountered in column [id] in table [`ahreportexport`]; found [number (Types#NUMERIC)], but expecting [int (Types#INTEGER)] (APNX-2-4056-000)

    and we have validated the following:

    create table ADHOC_DS."ahreportexport" (
           "id" INT not null,
            "processId" INT not null,
            "textField1" varchar2 (255 char),

Children