Versions Compared

Key

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

...

Code Block
"Demo Table" >= "Date{2020-10-05}"

"Demo Table" >= "Date{now()}"

"Demo Table" <= "Date{-3d}"

...

Supported operators and functions

...

Column Type

Supported operators

Functions

Keywords

Simple Text

~ , !~ , is not , is

EMPTY

Number

= , != , <= , >= , > , < , is not , is , not in , in

EMPTY, ORDER BY (ASC / DESC)

Decimal Number

= , != , <= , >= , > , < , is not , is , not in , in

EMPTY, ORDER BY (ASC / DESC)

Select List

= , !=, is not , is , not in , in

ORDER BY (ASC / DESC), EMPTY

Status

= , != , is not , is , not in , in

EMPTY

User Picker

= , != , is not , is, not in, in

EMPTY, ORDER BY (ASC / DESC)

Checkbox

= , != , is not , is, not in, in

unchecked, ORDER BY (ASC / DESC)

Formula

= , != , <= , >= , > , < , is not , is , not in , in

EMPTY, ORDER BY (ASC / DESC)

Date

= , != , <= , >= , > , < , is not , is , not in , in

currentLogin(), endOfDay(), endOfMonth(), endOfWeek(), endOfYear(), lastLogin(), now(), startOfDay(), startOfMonth(), startOfWeek(), startOfYear()

EMPTY, ORDER BY (ASC / DESC)