Symptom
How to hide % of Total Score on the right next to every Competency or Objective in 360 Multi-Rater form ?
Is it possible to control "% of total score" field visibility?
Environment
SAP SuccessFactors 360 Multi-Rater
Reproducing the Issue
Login
Performance
Open 360 Multi Rater form
Under Competency Section you can see "% of total score" on right
Cause
The XML code no-weight in your 360 Form Template is currently configured as no-weight="false"
Resolution
When you want to hide or remove 0.0% of total score , you need to set change no-weight="false" to no-weight="true"
no-weight="false" : This is equivalent to the setting “Include the ability to enter in a weight” that
is enabled (with check mark).
no-weight="true" : This is equivalent to the setting “Include the ability to enter in a weight” that
is disabled (with no check mark).
NOTE:
Since the setting “Include the ability to enter in a weight” is not yet available in the Show Advanced Options in the 360 Fiori (it is only available in Performance Management Form Templates), the only way to configure is in the backend Provisioning and looking at the XML code no-weight
Set no-weight="false" if you want to show 0.0% of total score (for example, in Competency Section).
Set no-weight="true" if you do not want to show 0.0% of total score (for example, in Competency Section).
NOTE :
Please test before implementing this solution in test.
See Also
Keywords
Hide total score, no-weight , KBA , LOD-SF-MTR-ADM , Admin Center, RBP, Permissions and Settings , Problem