Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.
  • No labels