Skip to content

LessThan Function

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

Syntax

bool LessThan(value:int, comparison:int)

Description

Returns a Boolean value indicating whether the first integer is less than the second.

Remarks

If any input parameter is null, the function returns false.

Supported Version

1.0.0.0 and later

Examples

IIF(LessThan(Length([//Target/EmployeeID]),8)), LeftPad([//Target/EmployeeID],8,"0"),Null())

Clone this wiki locally