Feature Guides
Calculated Fields
7min
the calculated field lets you automatically generate a number based on other fields in your inspection template it’s useful when you need to do basic math—like totals, differences, or conversions—on the spot during an inspection you can also use the result to trigger scoring, flags, or color coding based on the value ✅ you can apply scoring or flags to the result of a calculated field ❌ this won’t calculate the overall inspection score (just one part of it) what you can do add, subtract, multiply, or divide values from other fields show real time results during the inspection apply scoring or rules if the result is too high, too low, or in a certain range common examples use case what it does total material usage (material a + material b) shows total amount used across multiple inputs load efficiency (total weight ÷ load capacity) calculates load percentage for safety validation time variance check (planned duration – actual duration) highlights schedule overruns area coverage (length × width) automatically calculates total surface area output variance (target output – actual output) flags shortfalls in performance how to set up a calculated field 1\ add the field to your template in the template builder, go to advanced controls and drag in the calculated field (beta) 2\ set the formula click on the field and go to the general tab add a label (e g , “total weight”) click add field to choose the number fields you want to use type your formula, like (field1 + field2) / 2 you can also set how many decimal places to show add a prefix ($, %, etc ) customize the error message 3\ add logic based on the result under the logic tab, set rules that react to the result of the formula for example if result > 100 , mark it red if result is in between 10 and 20 , give it 1 point if result is not in range , show a warning supported conditions less than / greater than in between / not in between equal to / not equal to things to know only works with number fields as inputs great for calculations, validation, and partial scoring does not calculate the full inspection score —just one part