String manipulation

UPPER – Convert field contents to upper case

209 views June 1, 2018 admin 0

Overview

This Custom Field returns the contents of a field in uppercase.

Syntax

UPPER(FieldName)

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

Example

UPPER(Manufacturer)

Manufacturer UPPER(Manufacturer)
Ford Motor Company FORD MOTOR COMPANY

See also

LOWER

SENTENCECASE

TITLECASE

Was this helpful?