IsLessThanOrEqual

The IsLessThanOrEqual formula function returns a Boolean value.

An IsLessThanOrEqual (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 or equal to a specified number. If the argument's value is less than or equal to the specified number, a true Boolean value is returned. If the argument's value is not less than or equal to the specified number, 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 or equal to 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_IsLessThanOrEqual" to see an example of this function. 

Type

Formulas