Between

Tests if a numeric value is within a specified range.

Expression
Databox Value
Result
Comments

Between(10,5)

5, 6, 7, 8, 9 or 10

True

Can be arranged in any order, e.g. (5,10)

WeekDay Between(3,4)

22/06/2023

True

The weekday is either Tuesday (3) or Wednesday (4) - may vary depending on the date entered.

Last updated