Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 1 TIBCO iProcess Expressions : Examples

Examples
This section illustrates some expressions as they might be used in iProcess procedures without functions. (See the next section for functions.)
   TABTAG:TABFIELD <> SW_NA
   SW_USER:NAME = "JOHN"
   (NUM_UNITS * UNIT_PRICE) * VAT_RATE
   TOTAL_VALUE >= CUST_REC:CREDIT_LIM
   EMPLOYEE:SALUTATION + " " + EMPLOYEE:FNAME
    + " " + EMPLOYEE:LNAME
   SW_DATE + @0/0/3/0@
   (SW_DATE - DATE_OF_BIRTH) > ((AGE_LIMIT * 365) +
   (AGE_LIMIT / 4))

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.