onScorecardMeasures

Use onScorecardMeasures to perform calculations using measures on an employee, strategy element, or accountability element scorecard.

For example, to identify the measure with the highest score on the ProductSales scorecard, you would enter: MAX(onScorecardMeasures(score, “ProductSales”)).

  To use onScorecardMeasures:

  1. Select Application Data , thenMeasures, and double-click onScorecardMeasures

  2. Select the scorecard on which the measure is used from the Select Scorecard box.

  3. Replace attribute with the kind of measure value, such as a result, to use.

    For example: onScorecardMeasures(result, “EuropeanSales”).

  4. Place your cursor before onScorecardMeasuresand insert the operation to perform, followed by an open bracket.

    MAX(onScorecardMeasures)

  5. For example to use the highest result achieved by a measure on the scorecard, you would enter:

    MAX(onScorecardMeasures(result, “EuropeanSales”)

  6. Insert a close bracket at the end of the formula.

    MAX(onScorecardMeasures(result, “EuropeanSales”))