Table of Contents
Overview
This Custom Field returns the contents of a field in title case.
Syntax
TITLECASE(FieldName)
TITLECASE(Manufacturer)
FieldName | The name of the field whose contents are to be converted. |
Example
TITLECASE(Manufacturer)
Manufacturer | UPPER(Manufacturer) |
ford motor company | Ford Motor Company |
toyota | Toyota |