without Modifier

The without modifier negates the normal rules for selection criteria. if no, with no, and with not are identical to without.

Syntax

without attr.name

Example(s)

This is essentially the same as with no phone.

list entity without phone

It could also be stated as:

list entity with phone = ""

See Also

ifno Modifier, Modifiers, not Operator, Selection Criteria, with Modifier