String manipulation

SENTENCECASE – Convert field contents to sentence case

122 views June 1, 2018 admin 0

Overview

This Custom Field returns the contents of a field in sentence case.

Syntax

SENTENCECASE(FieldName)

 

Element Description
FieldName The name of the field whose contents are to be converted.

Example

UPPER(Manufacturer)

Manufacturer SENTENCECASE(Manufacturer)
Ford Motor Company Ford motor company

See also

UPPER

LOWER

 

Was this helpful?