impittman / PTC-Inspection-Field-Tool

PTC Inspection Field Tool Testing/QC
0 stars 0 forks source link

Summary Scores - score is not calculating correctly #37

Closed leeensminger closed 6 years ago

leeensminger commented 6 years ago

I performed an inspection where three inventory parameters are present. I rated two as "No Maintenance", and one as "Corrective Maintenance". The final score should have been "Fair", but came through as "Good".

Summary scores that result in "Good" or "Poor" seem to be OK, but those that should be "Fair" are not currently working.

dobrochtaKCI commented 6 years ago

Changed {Score_Value} > 1 to {Score_Value} >=1 to capture a score of 1 = "Fair"

leeensminger commented 6 years ago

tests ok