Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColorwhite

LESS OR EQUAL (<=)


The operator '<=' compares two values and returns the boolean value TRUE if the left value is smaller than or equal to the right value and FALSE otherwise.


Syntax

Code Block
 value1 <= value2


Inputs

  • value1 - Number, date or attribute of some type of number or date.

  • value2 - Number, date or attribute of some type of number or date.


Return type

  • boolean


Examples

ExpressionResultType
1 <= 2TRUEBooleanboolean
1.0 <= 1.0TRUEBooleanboolean
DATE( 2012 , 1 , 1 ) <= TODAYTRUEBooleanboolean
4000 <= YEAR( TODAY )FALSEBooleanboolean


Include Page
_nav_BackToTop
_nav_BackToTop