Skip to content

IsPresent Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

bool IsPresent(value:object)

Description

Returns false if the supplied value is null. Returns true if it is not.

Remarks

None.

Supported Version

1.0.0.0 and later

Examples

IIF(And(IsPresent([//Target/MiddleName]),GreaterThan(Length([//Target/MiddleName]),2)),$firstname+" "+[//Target/MiddleName],$firstname)

Clone this wiki locally