Progress
Report Builder
User’s Guide


GE or >=

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

SYNTAX

expression { GE | >= } expression 

expression

A constant, field name, or any combination of these. The expressions on either side of the GE or >= must be of the same data type.

EXAMPLE

This expression checks inventory levels to see if the number of items on hand is greater than or equal to 120:

Item-On-Hand >= 120 

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