Progress
Report Builder
User’s Guide


GT or >

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

SYNTAX

expression { GT | > } expression 

expression

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

EXAMPLE

This expression finds all the orders whose order number is greater than 200:

Order-Num > 200 

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