statistic.columnGroup.enum-based statistics

Evaluations showing the percentage distribution of enumeration attribute values of specific objects are automatically extended by a column if the corresponding enumeration is extended.

Location

XML file in the xml folder

Procedure

  1. Copy the <enum> element from the default configuration to the customizing file.
  2. Create one or more new <enumitem> elements within the <enum> element. Within the <enumitem> element, you can define the color of the column header using the <parameter> element. The same color is used for the display in pie charts.

Example: <parameter name="Background" value="EBB585"/>

Remark

This only applies to statistics whose columns are configured using the <statistic.columnGroup.enum> XML element. Virtual enumeration items are used for structuring the column header. This means that real items are subordinate to virtual items in the header.

You can prevent columns representing enumeration attribute values (real or virtual) from being displayed by inserting the evaluationRelevant attribute with the value false.

Documents

evaluations.xsd, evaluations_*.xml

Example

ModifyObjectLifecycle

\WEB-INF\config\custom\xml\testcase_enum_custom.xml: New item as a configuration example