Formulas
Last updated
Last updated
Formula fields in Seal enable you to do calculations across steps and procedures.
Formula columns can reference:
Number columns
Formula columns
Lookup columns
Fields from another entity
To do so, you will first need to create a Reference field.
In the formula expression, type in field (
@Reference
, "
name of column
" )
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 — for a full list, please refer to the Math.js library, or speak to our team.