Multiple Expression Logic Block

Description

Any time mathematical operations on a set or sets of data are needed, a Multiple Expression Logic Block should be used.

This Logic Block takes any number of data series as inputs to an expression. The output of Multiple Expression Logic Blocks is the results of these expressions.

Filter Expressions

Multiple expressions follow the same syntax standard as all Expression Logic Blocks. Visit Expression Syntax Page for more information.

Some useful examples are provided below:

  • Multiply input data series by each other
    • a*b
  • Check if either input data series is true
    • OR(a,b)

Functionality

The output of a Multiple Expression Logic Block is a data series that is the result of the input data series evaluated by the Logic Block’s expression.