IsLessThan
The IsLessThan formula function returns a Boolean value.
An IsLessThan (Filter) function works similarly but instead of returning a Boolean value, allows records which are true to pass on within the Flow.
Description
Checks if an argument's value is less than the specified value. If the argument's value is less than the specified value, a true Boolean value is returned. If the argument's value is not less than the specified value, a false Boolean value is returned. A new column is created for the results.
The function compares two strings lexicographically. The comparison is based on the Unicode value of each character in the strings.
Use
- Left Side Argument:
- Select an argument or enter a value. (Number, String, Date)
- Right Side Argument:
- Select an argument or enter a value to compare if that value is less than the left side field value.
- Enter an output field name.
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_IsLessThan" to see an example of this function.
Type