For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fast Formula to calculate overall goal rating by excluding goals with 0 weightage
Summary: Fast Formula to calculate overall goal rating by excluding goals with 0 weightage when calculating.
I have an employee with 4 goals example:
Goals 1: 34% Weight - Percentage Completion - 95%
Goal 2: 33% Weight - Percentage Completion - 100%
Goal 3: 33% Weight - Percentage Completion - 98%
Goal 4: 0% Weight - Percentage Completion - 25%
It should only count/calculate the goal's weights for greater than 0 and then calculate the percentage of completion.
95*0.34+100*0.33+98*0.33 = 97.64
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
DEFAULT_DATA_VALUE FOR HRA_EVAL_GOAL_RATING_FC_GOAL_ID IS 0
DEFAULT_DATA_VALUE FOR HRA_EVAL_GOAL_MEASURE_FC_MEASUREMENT_NAME IS '****'