Examples - Examples - OnBase - Unity Forms - OnBase/Unity-Forms/Foundation-24.1/Unity-Forms/Unity-Forms-Configuration/Creating-Form-Templates/Creating-Calculated-Fields/Expression-Screen/Examples - Foundation 24.1 - Foundation 24.1

Unity Forms

Platform
OnBase
Product
Unity Forms
Release
Foundation 24.1
License
Premier
Standard
ft:lastPublication
2025-04-01T14:05:11.428000
ft:locale
en-US

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.