Progress
Report Builder
User’s Guide


LT or <

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

SYNTAX

expression { LT | < } expression 

expression

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

EXAMPLE

Used as a filter condition, this expression finds the records for all the orders where the ship date is before the promise date:

Ship-Date < Promise-Date 

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