Symptom
On a PM form there are both an Unadjusted Calculated Rating and a Calculated Rating, despite Scale Adjusted Calculation not being enabled in "Manage Templates".
Environment
SAP SuccessFactors Performance & Goals
Reproducing the Issue
- Open or launch a performance form that includes a Summary Section with a Calculated Rating
- Below the Calculated Rating, there is another Calculated Rating (unadjusted).
- The form template in "Manage Templates" does not have "Enable Scale Adjusted Calculation" under General settings.
Cause
Instead of:
<scale-adjusted-calculation enable="false" display-calculated-rating="false">
or
<scale-adjusted-calculation enable="true" display-calculated-rating="true">,
the XML contains:
<scale-adjusted-calculation enable="false" display-calculated-rating="true">
Thus not enabling scale adjusted calculation, but displaying an "unadjusted" calculated rating, which is the exact same as the Calculated Rating.
Resolution
Correct the Performance Management Form Template XML to either <scale-adjusted-calculation enable="false" display-calculated-rating="false"> or <scale-adjusted-calculation enable="true" display-calculated-rating="true">.
See Also
Keywords
calculated overall rating, unadjusted calculated rating, item weights, no-weight true, goal weights, auto populate goal weights, performance objectives, equal weight distribution, manage templates, obj-sect, calculated form rating, hide calculated rating, section overall rating, rating adjustment disabled, pm form, hide unadjusted calculated rating , KBA , LOD-SF-PM-FRM , Forms & Templates , How To
SAP Knowledge Base Article - Public