You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Infix Operator: AND

Description

The AND operator can be used to combine one or more terminal expressions.

Examples

All requirements, with a status a draft, that are assigned to me:

EntityType = Requirement AND Status = Draft AND AssignedTo = Me()

See Also

  • No labels