Table of Contents

, , ,

TO_UPPER_CASE

Description

Returns the text being the upper case representation of the provided text

Parameters

Attribute of the Plain Text type or string constant or calculation producing text

Example

IF TO_UPPER_CASE (Account.Name) = 'JOHN SMITH' THEN ...