Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Evaluates the result of the given JavaScript expression to determine whether actions contained by this statement should be executed.
Image Removed Image Added

Inputs and Outputs

Condition - A JavaScript statement expression to be executed, and whose result will be converted to a true or false value a using the following guidelines for the following per result types.type:

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