sScore

Use sScorecard to perform calculations using the score of a scorecard that you specify. You can use the score of an employee, strategy element, or accountability element scorecard.

Use this in formulas using this function to reference the current scorecard.

  To use sScore:

  1. Select Application Data, then Scorecards, and double-click sScore.

  2. Select the scorecard as follows:

    • Employee scorecard: Expand Employee and click the employee

    • Strategy or accountability element scorecard: Expand the appropriate Map folder and navigate the map structure to select the element.

      For example, to inserts the score of an employee called Ted Burns, enter:

      sScore(“TedBurns”)

      To use a previous score, enter:timeOffset(sScore(“name”),- internvals)). For example, to insert the score Ted achieved one year ago, enter: timeOffset(sScore(“TedBurns”),-1y))