Each KPI metric should return a value between 0 and 10 based on given boundary values, let's say (A, B), which will be unique to each specific metric. If the KPI output value falls outside boundary A, it should be mapped to 0, and if output value falls outside boundary B, to 10.
Each KPI metric should return a value between
0
and10
based on given boundary values, let's say(A, B)
, which will be unique to each specific metric. If the KPI output value falls outside boundaryA
, it should be mapped to0
, and if output value falls outside boundaryB
, to10
.A
->0
B
->10