Examples - Unity Forms - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Premier - Standard

Unity Forms

Platform
OnBase
Product
Unity Forms
Release
Foundation 24.1
License
Premier
Standard

The following is an example of a string expression:

"Hello "&[firstName]&“ “&[lastName]

This calculated field would create a value such as: Hello John Adams

The following is an example of a numeric expression:

([amountfield1]+[amountfield2])x[quantityfield]

This calculated field would create value of the sum of amoundfield1 and amountfield2 multiplied by the quantityfield value.