statistic.column.value-based statistics

Individual values that are not part of a group of percentage values can be added or adapted using the <statistic.column.value> element. These values are then displayed as absolute values.

Location

XML file in the xml folder

Procedure

  1. Copy the <evaluation> element from the default configuration to the customizing file.
  2. Adapt a <statistic.column.value> element. If your calculation is based on <statistic.calculator id="value"/>, you can use the value of the calculation attribute to control the calculation of the column values.

Remark

The calculation attribute can have the following values:

count: The value of the column is increased by 1 for each value found in the data source.

sum: All values of the data source are added up. The values of the data source must be of the Number type.

Documents

evaluations.xsd, evaluations_*.xml

Example

ModifyStatistic

\WEB-INF\config\custom\xml\evaluation_custom.xml: Add custom value column