Difference between revisions of "Boolean"

From AgileApps Support Wiki
imported>Evelyn
m
 
imported>Aeric
Line 2: Line 2:
:<tt>&&</tt> Logical AND (and)
:<tt>&&</tt> Logical AND (and)
:<tt>||</tt> Logical OR (or)
:<tt>||</tt> Logical OR (or)
:<tt>( </tt> Open Bracket
:<tt>( </tt> Open Parenthesis
:<tt> )</tt> Close Bracket
:<tt> )</tt> Close Parenthesis Bracket


Boolean expressions resolve to a Logical, i.e. ''1/0'' or ''TRUE/FALSE''
Boolean expressions resolve to a Logical, i.e. ''1/0'' or ''TRUE/FALSE''

Revision as of 17:21, 10 June 2011

Boolean operators provide the ability to include or exclude groups of records in Expressions. Examples of Boolean operators are:

&& Logical AND (and)
|| Logical OR (or)
( Open Parenthesis
) Close Parenthesis Bracket

Boolean expressions resolve to a Logical, i.e. 1/0 or TRUE/FALSE