Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Condition - A JavaScript 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.