The Talent Factor Ratings report displays information about the employees in the talent factor pool of the manager or administrator who requests the report.
Note: The ratings in this report are based on current talent factor configuration and current scale, even for historical ratings that might have been rated using a different scale.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Employee Name | Yes | Ascending | |
| Manager | Yes | A to Z | |
| Talent Factor | Yes | A to Z | |
| Talent Factor Rating Name | |||
| Talent Factor Rating | |||
| Reviewer Name | |||
| Review Date | Newest to oldest |
Custom Fields
Talent Factor Rating Value
The Talent Factor Rating Value custom field calculates the rating value associated with each talent factor. If this field is NULL, the field is given the value, 'Not Rated'. Otherwise, the formula shown below is used to display the ratio of talent factor rating over the maximum value (for example, "1.50 / 3.00"):
CASE
WHEN SuccessionTalentFactorRatingsView.TalentFactorValue IS NULL THEN 'Not Rated'
ELSE CONVERT(nvarchar(10), CONVERT(Decimal(10,2), SuccessionTalentFactorRatingsView.TalentFactorValue * SuccessionTalentFactorRatingsView.RatingScaleMaxValue)) +' / ' +CONVERT(nvarchar(10), CONVERT(Decimal(10,2), SuccessionTalentFactorRatingsView.RatingScaleMaxValue))
END
Filters
The template uses a filter to remove terminated employees. This filter can't be changed.