Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to calculate normalize value of an Assessment Metric?

navdeep_singh
Giga Guru

Scenario:

Scale Factor : 10

Assessment Category: below are the metric details of Assessment category "Strategic Alignment"

find_real_file.png

Input from demand and Results:

Input Value of Priority: None

find_real_file.png

Formula to calculate normalize value:

Normalized value = (Input Value - Min value defined in metric) / (Max value defined in metric - Min value defined in metric) * current metric weight / (sum of valid metric weight) * scale_factor

Please help me with the calculation of normalize value of metric "Process innovation" highlighted in the snapshot.

5 REPLIES 5

Hello Sreedhar,



Can you please explain the calculation? As per you advice, if I use sum of all metrics i.e. 90



Normalized Value = (5-0)/(10-0)*20/(90)*10 = 1.111



Where as the actual calculation gives = 1.94



Please explain.