Condition Trigger

The condition Trigger tab enables you to modify the set of conditions specified in the VPM. The following additional parameters are available for the condition trigger:

Parameter

value

condition

Condition string of the conditions defined in the VPM

The condition trigger should return the modified list of conditions in the last statement of the script. For example:

if(condition.length > 0) {

  condition += " and ";

}

 

condition += "sa.customers.state = 'CA'";

condition;

<< Column Trigger © 1996-2013 InetSoft Technology Corporation (v11.5) 4.6.5 VPM Example >>