FORMULA LANGUAGE


Examples: @IsValid
You edit a form after it's been in use for a while, and insert validation formulas into several fields. Now you want to test existing documents to be sure they meet the field validation requirements. You can create an additional field on the form and use this formula to indicate whether the document needs corrections:

@If(@IsValid;"Ok";"Needs corrections")

See Also