Versions Compared

Key

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

...

Data types (Work Pending)

  • Array

  • Currency

Logical Operators

Logical operators are used to combine multiple conditions.

  1. AND: The logical AND operator is an operator that performs a logical combination of two statements. It receives the value "TRUE" only when both statements are true. If one of the two statements is false, the logical AND operator returns the value "FALSE".

  2. OR: The OR operator is a Boolean operator that returns TRUE if one or both operands are TRUE

  3. NOT: Operators that can be used to create a new compound statement from two or more statements. It reverses the truth value of any statement it appears before.

Filter Operators

Equals:

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.

...

Match operator to compare a string expression with a pattern. returns true or false depending on whether its pattern matches the given string. The match operator supports these wildcard characters in the quoted string. Matches any of the enclosed characters, including ranges, as in [ a-z ].

Source Type

  • Static:

By using the Static source type, results include only records from the selected field. Result fetching by the value which has been added under the Static.

Steps to do:

  • Click on “Filter”

  • Select the [+] icon to create a New Condition.

  • Select an appropriate “Field & Operator” from the drop-down.

  • Choose the Source Type as a “Static”.

  • Input value which needs to fetch in result & then “Save”.

  • Variable:

By using a Variable, the result is fetched by the value that has been added under the Variable, But have to make sure that the value that we are adding is from the value of the variable.

  • Input Variable:

By using an Input Variable, the result is fetched by the value that has been added under the Input Variable, But have to make sure that the value that we are adding is from the value of the input variable.

  • Cookie Key:

By using Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the value of the cookie.

  • Local Storage Key:

By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value.

  • User:

By using the User source type, the result is fetched by the value that has been added under the User.

  • Instance:

By using the Instance source type, the result is fetched by the value that has been added under the Instance.

  • Profile:

By using the Profile source type, the result is fetched by the value that has been added under the Profile.