Progress
Report Builder
User’s Guide


AND

Returns a TRUE value if each logical expression is TRUE.

SYNTAX

expression AND expression 

expression

An expression that evaluates to a logical value (TRUE or FALSE).

EXAMPLE

This expression returns only those customers that have MA as their state of residence and who also have a balance greater than $20,000. The expression first compares the value in the State field to the text string “MA,” then checks the value in the balance field to see if it is greater than $20,000:

State = "MA" AND Balance > 20000 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095