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
What can be computed in formula columns?
Seal's formula columns covers a wide range of functionality, from simple calculations, to more complex computing.
Math.js is the underlying library handling the calculations — some examples are shown below.
For a full list, please refer to the Math.js library, or speak to our team.
+
—
/
*
Addition, Subtraction, division, multiplication
==
Equal to
!=
Not equal to
field( @Reference , "Name of Column")
Looking up a field in another entity.
Note that this will only work if the Reference field allows for a single entity.