Using Textual Information From Artefacts

Some charts (Simple Pie and Simple Bar) support dynamically grouping target artefacts according to textual information in a measure. In order to use this information, you do not use an indicator or measure element but an info element with the measure holding the text information.

You can hide or exclude unwanted textual information from charts with:

Here is a sample definition for a Simple Bar chart where each bar is labelled according to the textual information held in the ASSIGNEE metric.

A Simple Bar chart using the CODE_TYPE textual information from CODE artefacts.

<chart type="SimpleBar" id="INFO_EXAMPLE" targetArtefactTypes="CODE">
	<info hideInfos="UNKNOWN;UNSURE;N/A" excludeInfos="INVALID_DATA">CODE_TYPE</info>
</chart>

You can also display textual information in tables, using the following syntax for example:

<table id="INFO_TABLE_EXAMPLE">
	<line indicatorId="CODE_TYPE" displayType="TEXT" />
</table>

For more information about tables, consult the section called “Scorecard Tables” or the section called “Analysis Model Dashboards”.