| If the selected column is: | You can use the following operators: |
| Text | =, not = match Behavior |
| Numeric | =, not =, <, <=, >, >= match Behavior |
| Dimension | is child of match Behavior |
The driver formula can be any of the following:
| Formula: | Example: |
| Single numeric property | AMT |
| Multiple numeric properties | (COUNT * .05) + (AMT * .01) |
| Single entered value | 15 |
| SAS numeric expression | MAX(Requests, Complaints)*.25 EUROCURR(AMT,'eur','frf') IF CustID ='C00650' THEN (0.54*Distance) |