Progress
Report Builder
User’s Guide


LE or < =

Returns a TRUE value if the first of two expressions is less than or equal to the second.

SYNTAX

expression { LE | <= } expression 

expression

A constant, field name, or expression. The expressions on either side of the LE or < = must be of the same data type.

EXAMPLE

Used as a filter condition, this expression finds all the records for customers whose balance is less than or equal to $20,000:

Balance <= 20000 

NOTE

If one of the expressions has an unknown value (?) and the other does not, the result is FALSE.


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