The ne operator selects items whose specified attribute name contains a value not equal to the specified value string.
Syntax
with attr.name ne "valuestring" |
Synonym(s)
# |
Example(s)
select invoices with amount.due ne "0" |
select invoices with amount.due # "0" |
See Also