gt operator

The gt operator is a greater than relational operator.

Syntax

with attr.name gt "valuestring"

Synonym(s)

after
>

Example(s)

list invoices with amount gt "500"

list invoices with amount > "500"