FORMULA LANGUAGE
Examples: @LowerCase
1. This example returns juan mendoza.
@LowerCase("Juan Mendoza")
2. This example returns arm chair if the Furniture field contains "Arm Chair," "Arm chair," "arm chair," or "ARM CHAIR," or any other variation.
@LowerCase(Furniture)
3. This example returns fletcher if William Fletcher is the name associated with the current hierarchical User ID.
@LowerCase(@Right(@Name([CN];@UserName); " "))
4. This example returns juan and mendoza in a list.
@LowerCase("Juan" : "Mendoza")
Vedere anche
@LowerCase
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario