PROGRAMMING OVERVIEW AND USER INTERFACE
Examples: Default value formulas
This default value formula makes the initial value for a field the user surname in uppercase letters. The @Left function returns the part of the name to the left of the first slash, if there is a slash, which extracts the name proper from the hierarchical name. The @RightBack function returns the part of the name to the right of the last space.
@UpperCase(@RightBack(@Left(@UserName; "/"); " "))
See Also
Default value formulas
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window