The gt operator is a greater than relational operator.
with attr.name gt "valuestring"
after >
list invoices with amount gt "500"
list invoices with amount > "500"
> relational operator, after operator