a ≤ b

Compares two values and returns true only if the first input is smaller than or equal to the second input. Often used to create criteria.

inputs: 

Input two values of any type, e.g. outputs of Get Entity Attributes or Constant operator. 

It is possible to compare any data types, e.g. dates with text.
In case the date is compared with a string or a number, both operands are converted into a string. When the date is converted to a string, the date format of the Sugar user who executes the flowchart is used.

Note that:

  • any letter is greater than a number
  • empty string is greater than NULL
  • Required: yes

outputs: 

result – whether the first input is smaller than or equal to the second. This value may be used as a condition for  Branch operator or as an input for a Boolean operator. 

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *