WORD_NUMBER

Returns an integer constant indicating the number of words in the provided text.

<callout type=“primary” title=“note” icon=“true”>Cloudscape/Derby database only.</callout>

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

IF WORD_NUMBER (Account.Name) > 2 THEN ...