The ne operator selects items whose specified attribute name contains a value not equal to the specified value string.
with attr.name ne "valuestring"
#
select invoices with amount.due ne "0"
select invoices with amount.due # "0"
not operator