Single Indicator (for overarching dashboards)

On this page you will find a introduction to the dashboard item Indicatordetails.

The Indicator details item displays the following information for a single indicator:

  • Indicator name and code

  • Baseline (optional)

  • Current value

  • Target value

  • Achievement percentage

  • Status (On track, Deviation, Off track, Fulfilled)

  • Last update date

The item also has a link that takes you to the indicator’s dashboard view.

This widget currently supports numeric indicators that have one target. The scope will be extended in coming releases to indicators with multiple targets and for qualitative indicators.

To configure the widget, add the relevant result model code and the indicator code on Settings → Edit JSON:

{
  modelCode: 'WIMA',
  indicatorCode: 'O-006'
}

If you want to include the baseline value, add the following line: showBaseline: true.