and

and


after Index Level any
Syntax with clause and with clause
Category Access
Type Modifier
Description used between two selection clauses to indicate that both clauses must evaluate to "true" to select the item for processing.

The "&" connective performs the same function as "and".
Options
See Also or logical connectives each relational operators connectives logical operators & sellist
Example list entity with name "ar]" and with city "irv]" or with city "san]" and with contact "[joe]"

This example lists those items which meet one of two criteria: a name starting with "ar" and with a city starting with "irv", or, a city starting with "san" and a contact containing the string "joe".
Warnings
Compatibility D3 7.0 AP R83
after Index Level any