2.0

Table Of Contents
Calculation Overview
Using Calculations - 227
If you change a field name and that field is part of a calculation,
you must change the field name in the calculation as well.
OmniForm cannot perform the calculation otherwise.
Calculations are performed in tabbing order.
If a calculation contains another field that has a calculation, the
other field’s calculation is performed first.
Usage Conventions
Substitute the appropriate field name where you see
num
and
str
in the
function examples. Parentheses are required where indicated. Below is
a list of conventions showing operator and function usage.
date
date value: the expression must evaluate to a valid date
time
time value: the expression must evaluate to a valid time
num
number or numeric expression; num1, num2, etc. indicate
additional number values
str
text string: str1, str2, etc. indicate additional string values
...
additional repeating values of the given type may be entered
[ ]
brackets inserted around field names
log exp
logical expression
true exp
true expression
false exp
false expression