Highlighting in KPI Scorecards

The highlightings structure in a kpiscorecard configures how rows and comparisons should be highlighted or colorized in the KPI scorecard portlet. Highlighting makes results more visible.

Each highlighting option in the highlightings structure is represented by the highlighting structure. The following is an example of a highlightings structure that uses a single highlighting option:

              ...
    <highlightings>
        <highlighting>
            <kpiindex>1</kpiindex>
            <condition>ALWAYS</condition>
            <threshold>2.0</threshold>
            <rangeindex>1</rangeindex>
            <backgroundcolor>000000</backgroundcolor>
            <bold>T</bold>
            <foregroundcolor>FF0000</foregroundcolor>
            <headline>T</headline>
            <icon>DOLLAR_SIGN_3</icon>
        </highlighting>
    </highlightings>
    ... 

        

Set the kpiindex value to the KPI that the highlighting should apply to. This is an integer-based value that’s determined by how the KPIs appear in the kpis structure of the kpiscorecard, starting with the number 1. By default, the highlighting applies to all KPIs.

Set the condition element to any of the following values to indicate how the result should be compared to the threshold value:

Set the threshold element to a floating point value. The highlighting takes effect when the criteria of the condition is met against the threshold value.

Set the rangeindex value to a range. This is an integer-based value that’s determined by how the ranges appear in the ranges structure of the kpiscorecard, starting with the number 1. This range determines whether highlighting should be applied when the comparison with the threshold is performed. By default, the highlighting applies to all ranges.

Set any of the following elements to specify the highlighting that should be applied when the criteria of the condition is met against the threshold value:

For more information about highlighting elements, see highlighting.

Related Topics

General Notices