Progress
Report Builder
User’s Guide


OR

Returns a TRUE value if either of two logical expressions is TRUE.

SYNTAX

expression OR expression 

expression

A logical expression (a constant, field name, or expression whose value is logical, that is, TRUE/FALSE, YES/NO).

EXAMPLE

Used as a filter, this expression finds the customers who have no postal code
(postal-code = "") or who have no telephone number (phone = ""):

Postal-Code = "" OR Phone = "" 


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