Use calculations in Forms
Build totals, formulas, and calculated values from form fields.
Calculations let the form work out values automatically.
Use them for totals, subtotals, or other numeric results based on employee input.
Where calculations fit best
Calculations are useful in:
numeric fields that depend on other fields
table fields with row or column totals
forms where the result should be filled automatically
What calculations can use
Formulas can use:
arithmetic such as
+,-,*, and/references to other fields
references to table columns
Why read-only often helps
Set calculated fields to read-only when employees should not change the result.
That keeps the output consistent.
2
3
4
Good setup tips
use clear field names
test with zero and empty values
allow editing only when manual correction is part of the process
FAQ
Related topics
Last updated
Was this helpful?
