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 preceding 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 following the last space.

@UpperCase(@RightBack(@Left(@UserName; "/"); " "))