Versions Compared

Key

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

...

Filter Field

Description

Field Name

It enables to specify the field name as left operand in filtering.

Operator

It enables to specify the operator to compare in filtering such as

  • Equals

, Set, etc
  • : The equal operator is used to compare two values or expressions. It is used to compare numbers, strings, Boolean values, variables, objects, etc. The result is TRUE if the expressions are equal otherwise it’s FALSE.

  • Starts with: It returns TRUE if a string or number starts with the specified character otherwise it returns FALSE.

  • Ends with: It returns TRUE if a string or number ends with the specified character otherwise it returns FALSE

  • Contains: The contains operator returns TRUE if the value on the left contains the value on the right, and otherwise FALSE

  • In: IN operator allows you to easily test if the expression matches any value in the list of values. Determines whether the value of an expression is equal to any of several values in a specified list.

Source Type

In this option, you can select various sources from which you want to display values. You can explore Source Type here.

...