Formula
[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;
ELSE
#MISSING;
ENDIF
ENDIF
[CloseInputValueBlock]
Description
Calculates a predefined merit percentage based on performance.