lt Operator

The lt operator selects items whose specified attribute name contains a value less than the specified value string.

Syntax

with {not} attr.name lt "valuestring"

Synonym(s)

before

<

Example(s)

select invoices with amount.due lt "0"

 

select invoices with amount.due < "0"

See Also

before Operator