Skip to main content Skip to complementary content
Close announcements banner

between

Returns true if the first argument is greater than or equal to the second argument and lesser than or equal to the third argument.

Information noteNote: This feature is only available in Talend Data Mapper.

Arguments

  1. Value to compare.
  2. Smallest value in the range.
  3. Largest value in the range.
  4. Optional: boolean specifying if the first value is exclusive (false by default).
  5. Optional: boolean specifying if the last value is exclusive (false by default).

Examples

Expression Result
between(5, 5, 10, true, false) false

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!