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 Comment Children
  • I will add it in my next update. If you want to do it now, you can do the following:

    1. Add Grid on type input in rule!AH_DecideChartHeightOptions on line 6
    2. Add Grid for chartType input in rule!AH_DecideFieldByChart on line 22
    3. Add the following inside of a!gridField( in rule!AH_GridChart somewhere around line 189
    height: a!defaultValue(
      ri!settings.chart.height,
      "AUTO"
    ),