Difference between revisions of "Boolean"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
{| <!-This block in a table, so it can be indented-->
<tt>LOGICAL OPERATOR</tt>
:{|  
Logical operators provide the ability to include or exclude groups of records in [[Expressions]].  
Logical operators provide the ability to include or exclude groups of records in [[Expressions]].  



Revision as of 20:27, 10 June 2011

LOGICAL OPERATOR

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.