FORMULA LANGUAGE
Examples: @GetField
1. This code, when added to a computed field on a form and accessed on the Web or in Notes, displays Hello if "Hello" is the default value of the greeting field.
@GetField("greeting")
2. This computed field formula multiplies values from two fields. The fields are named by adding suffixes to the name of the current field.
@GetField(@ThisName + "_Quantity") * @GetField(@ThisName + "_Cost")
See Also
@GetField
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary