Go to Contents
Previous
Page
Next
Page
Contents > Functions reference (alphabetical list) > Text functions > Proper function

Proper function
Format

Proper(text)
Parameter
text - any text expression or text field
Data type returned
text
Description
Returns the first letter of each word in text as uppercase and all other letters as lowercase.
Examples
Proper("ABCD") returns Abcd.
Proper(Name) returns Yumiko Kitagawa, when the Name field contains YUMIKO KITAGAWA.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas

Contents > Functions reference (alphabetical list) > Text functions > Proper function
Previous
Page
Next
Page