To add Star Performer as a member of the Performance Smart List:
Select Navigate, then Administer, and then Dimension Library.
In Shared Library, right-click the Performance Smart List, then select Create Member, and then As Child.
Enter the name Star Performer, and then click OK.
Star Performer is displayed as a Performance Smart List member.
In Star Performer properties, in the Value column, enter Star Performer as the Label. Leave all other default values.
See Oracle Hyperion Enterprise Performance Management Architect Administrator’s Online Help.
The Performance Smart List dimension now includes the new performance rating member for use in other calculations.
Redeploy the application after this change.
See Oracle Hyperion Enterprise Performance Management Architect Administrator’s Online Help.
Add a 20% merit increase calculation and 20% bonus calculation based on Star Performer performance ratings by extending existing member formulas:
Select Navigate, then Administer, and then Dimension Library.
In Shared Library, select WFP-Accounts, and then click until you see Compensation Assumptions.
In Property, double-click Member Formula, and then click the ellipsis to display the Memo Editor dialog box.
In the Memo Editor dialog box, add the following calculation to the member formula to assign a 20% merit increase to employees with a Star Performer rating:
ELSEIF ("Performance" == [Performance.StarPerformer]) 0.20;
The revised member formula is:
[OpenInputValueBlock] IF (@ISMBR(“BegBalance”)) IF (“Performance” == [Performance.FailsToMeetExpectations]) 0.00; ELSEIF (“Performance” == [Performance.NeedsImprovement]) 0.02; ELSEIF (“Performance” == [Performance.MeetsExpectations]) 0.04; ELSEIF (“Performance” == [Performance.ExceedsExpectations]) 0.06; ELSEIF (“Performance” == [Performance.FarExceedsExpectations]) 0.10; ELSEIF (“Performance” == [Performance.StarPerformer]) 0.20; ENDIF ELSE #MISSING; ENDIF [CloseInputValueBlock]
See Oracle Hyperion Enterprise Performance Management Architect Administrator’s Online Help.
Note: | You can only validate a member formula after you deploy the Workforce Planning application to Planning. |
Redeploy the application after this change. See Oracle Hyperion Enterprise Performance Management Architect Administrator’s Online Help.