Table of Contents

, , ,

AS_STRING

Description

Converts the given attribute or expression of the Number, Date, Timestamp, Yes/No or Plain Text types into a string.

Parameters

Attribute or expression of the Number, Date, Timestamp, Yes/No or Plain Text types

Example

IF AS_STRING (Account.Number) = '5' THEN ...