SAP Knowledge Base Article - Public

2175998 - Enable Scale Adjusted Rating and How These Work - scale-adjusted-map - Performance Management and 360 Review

Symptom

  • What is a Scale Adjusted Rating?
  • What is scale-adjusted-map?
  • How do we force calculated ratings to a scale we can define?

Environment

SAP SuccessFactors Performance and Goals

Resolution

Scale-adjusted-map is the technical xml tag used to define a custom scale. <scale-adjusted-calculation enable="true"> These are commonly used when you want to force calculated ratings to a specific rating. For example, anyone getting 4.6 is to be automatically adjusted to a 5. Or you want anyone who gets between 4 and 4.9 to automatically get a 5.

When using an adjusted scale the values will be changed based on the values set in your Performance Form template. You can set these via Admin Center by following these steps:

  1. Go to Admin Center
  2. Select Performance Management > Manage Templates
  3. Select your Template
  4. Click on General Settings
  5. Click on Show advanced options...
  6. Click on Enable Scale Adjusted Rating
  7. You will open up a popup
  8. Tick the checkbox for Enable Scale Adjusted Rating
  9. Click +Add Another
  10. Then set values for: Score Min Value,Score Max Value, Map to Score and   Map to Description.
  11. Repeat steps 9 and 10 until you've created a map for all ratings on your scale.
    NOTE: Be sure not to create any "holes" in your mapping logic. For example, if you only define your scale to 1 decimal place some calculated ratings might not fall into your scale.
    For example you have values set from 1.1 to 1.2 then 1.3 to 1.4. Someone getting 1.25 falls into a hole and would not be adjusted in this example. 
  12. Once you have completed your adjusted scale mapping, click Done.
  13. Save your template, and launch forms again
    NOTE: changes made in Manage Templates do not propagate to live forms. You must launch new forms if you want to see the adjusted scale mapping in action. 

For 360 Forms, this should be done via XML code. Please reach out to a Partner or Professional Services if you have any requirements to customize XML templates - Product Support do not assist with XML customizations.

Scores are not mapping to expected values

Your Performance Management form uses an adjusted rating scale which maps to the overall performance rating score. The calculation on the performance management form is not mapping to the correct value in your adjusted scale value, even though it’s calculated correctly. How can I fix it the form rating calculation?

The attribute ‘<num-decimal-places>’ may need to be increased to handle better decimal precision. For example, is num-decimal-places is set to 1, rounding will only show one decimal place.
Example we have a map. From 3 - 3.33 mapped to 4 and 3.34 - 4 mapped to 4.5
If you have decimal precision set to 1 decimal place then the system only sees 3.3
Anyone that gets a 3.34 will be seen as only getting 3.3 and get a 4 when you expect to get a 4.5

Also, Changing decimal precision from <num-decimal-places>1 to <num-decimal-places>2 or greater will enable the system to handle your scores as expected.

Does the Org Chart Respect the scale-map for a rating from a Performance Form?

No. The Org chart currently does not respect a scale-map so a score that is elsewhere shown as 3.4 may be rounded up to a 4, or down to a 3 when viewed in the org chart.There is no workaround at this time and clients should be informed this is the current behavior and therefore understand this when viewing scores in an org chart.

NOTE: Adjusted rating in objcomp-summary-sect and perfpot-summary-sect is not supported

Keywords

Adjusted ratings, Adjusted calculation, Map ratings, map score, Scale Adjusted Rating, PMU-818 , KBA , LOD-SF-PM-RAT , Ratings and Weights , LOD-SF-MTR-RAT , Ratings and Weights , How To

Product

SAP SuccessFactors Performance & Goals all versions