Table of Contents

, , , ,

TO_PROPER_CASE

Description

Returns the text being the ‘proper’ case representation of the provided text.

Parameters

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

Example

IF TO_PROPER_CASE (Account.Name) = 'John Smith' THEN ...