Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 34 Working with Decision Tables in WebStudio : Supported Operators

Supported Operators
Table 61 lists the operators supported by Decision Tables:
Using Operators in Tables
Named or Scoped Conditions must Evaluate to Boolean
For logical operators, named conditions will have to use them explicitly from the second operand onwards.
For example, if the LHS of the condition is the column name, bankuser.Age, the following are valid entries:
50 || ==60 , 40 && ==80, 20 || >=80
Custom Conditions must evaluate to Boolean
Same as above, except that you must specify the entire Boolean expression in the cell, including LHS.
Actions or Custom Actions
Named actions perform assignment of the cell expression to the column name property.
Custom actions are treated as normal strings and can be anything that you would enter in the THEN section of rules (LHS included).
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved