FORMULA LANGUAGE
Examples: @ThisValue
1. This translation formula replaces all spaces with underscores in the current field.
@ReplaceSubstring(@ThisValue; " "; "_")
2. This input validation formula for a listbox field checks whether the user selected more than one list option and asks them to if they have not:
@If((@ThisValue != "") & (@Elements(@ThisValue) = 1);@Failure("You must select more than one choice");@Success)
See Also
@ThisValue
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary