The le operator selects items whose specified attribute name contains a value less than or equal to the specified value string.
with {not} attr.name le "valuestring"
<=
select invoices with amount.due le "0"
select invoices with amount.due <= "0"
not operator, Relational operators and logical clauses