Calculating Rating Description - VBS Value overwritten in field
Summary:
Hi All,
i've a issue about the User Interface in the Performance Document in the Summary region.
The customer, in the Employee Calculated Rating field, want to show only the numerical value (in parenthesis) and not this format
This field in VBS it's the CalculatedRating, that show on left the label about the Employee Rating selection and on the right the calculated value.
I've found a work around putting this expression in the values in the field CalculatedRatingDescription with this expression:
[[ $fields['talentPerformanceEvaluations-evaluations-sections-items-ratings'].CalculatedRating.$value().split('(')[1].split(')')[0] + '%' ]]
When i come to the page, the field display correctly (as on the screenshot)
Tagged:
0