Indicators

Indicators associate a scale with a measure.

<Indicator 
    indicatorId="ROKR_REQ" 
    measureId="ROKR_REQ"
    scaleId="SCALE_DECILE"
    families="TAB" 
    displayTypes="VALUE;LEVEL" />

The attributes allowed in the Indicator tag are the following:

Tip

In order to quickly define an indicator using the same value for indicatorId , measureId and scaleId you can use this quick notation syntax:

<Indicator indicatorId="TEST_COVERAGE" />

Squore will automatically assume that measureId and scaleId for this indicator are also TEST_COVERAGE.