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