Description
Evaluates the result of the given JavaScript expression to determine whether actions contained by this statement should be executed.
Inputs and Outputs
Condition - A JavaScript statement to be executed, and whose result will be converted to a true or false value a using the following guidelines for the following result types.
- Boolean - Result is evaluated as is, no conversion is performed.
- String - True if case insensitive string comparison to "true" or "yes" = true.
- Number - True if number > 0.
- Pentaho Result Set - True if row count > 0.