Normalized value and application score for an assessment

  • Release version: Xanadu
  • Updated August 1, 2024
  • 1 minute to read
  • If the source of the indicator is Assessments in the Data source field, then the Target maximum, Target minimum, Application weight, and Total weight values are considered as zero.

    For a business application to be considered for scoring, it must be mapped to a respective application profile to which the indicator is associated. You can check the scoring profiles in the apm_application_profile list.

    All the business application related Assessment Category Results having assessment groups created within a fiscal period are considered for calculating the score. You can check the assessment category results for a business application in the asmt_category_result list.

    For an assessment group to be considered for computing scores, all the related assessment instances must be either in completed or cancelled state.

    scaleFactor = (9/ scale factor on metric type)
    appAsmtScoreSUM = SUM of ratings of category results groupedBY source for each assessment group
    appWeight=((scaleFactor * appAsmtScoreSUM )+1;
    Normalized value = total app weight of BA/appOccurences.
    totalIndicatorsWeightage = the sum of all indicator weightage mapped to a scoring profile.
    appIndWeightage = weightage of the current indicator
    Indicator Score = normalizedValue * appIndWeightage / totalIndicatorsWeightage

    The app occurrence is the occurrences of a business application.