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")
Vedere anche
@GetField
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario