You are here: 17 Object Triggers > Trigger Variables > References > Trigger Variable Comparison Types

17.28 Trigger Variable Comparison Types

The following table describes the valid types of comparisons you can use to express the relationship of a trigger variable to its value:

Type Comparison Notes
set is set (exists) Default
notset not set (does not exist) Same as specifying '!' before a variable
eq equals  
ne not equal  
gt greater than Integer values only
lt less than Integer values only
ge greater than or equal to Integer values only
le less than or equal to Integer values only

 

© 2016 Adaptive Computing