Versions Compared

Key

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

Excerpt
hiddentrue

or(cond1, cond2,..,condN) Returns the result of a logical OR operation on two or more arguments.

Function: or() / ||

Returns the result of a logical OR operation on two or more arguments. I.e. if one or all of the passed arguments are true (or are non-null and non-zero), then or() will return true.

...

in.callsin.durationResult
159000
1511001
259001
2511001

See Also