Boolean
From AgileApps Support Wiki
Revision as of 18:16, 10 June 2011 by imported>Aeric
- Logical operators provide the ability to include or exclude groups of records in Expressions.
- The logical operators are:
- && Logical AND (and)
- || Logical OR (or)
- Considerations
-
- Logical expressions can be grouped using parentheses: ()
- Logical expressions resolve to a Boolean value: 1/0 or TRUE/FALSE.