Formulas
Last updated
Last updated
Formula fields in Seal enable you to do calculations across your document.
Formula columns can reference:
Number columns
Formula columns
Fields from other Templates
+
—
/
*
Addition, Subtraction, division, multiplication
==
Equal to
!=
Not equal to
lookup( @Reference , "Name of Column")
Looking up a field in another entity.
Note that if you can look up a multi-value field via a single-value reference, all values will be displayed.
The formula fields calculate in real time, allowing you to instantly verify whether the formula is working correctly.