Versions Compared

Key

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

A filter is a program or section of code that is designed to examine each input or output request for certain qualifying criteria and then process or forward it accordingly.

...

The OR operator is a Boolean operator which would return the value TRUE or Boolean value of 1 if either or both of the operands are TRUE or have a Boolean value of 1.

Fields:

Filter Field will map the variable to the actual column data. The filter widget connected to the variable then knows which categories are available, and can present the drop-down menu of those categories.

Filter Operators:

Equals:

The equality 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.

...

Results include only records where the data in the column is less than or the same as the value in the filter.

Source Type:

(A) 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.

...

  • Click on “Filter”

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

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

  • Choose Source Type as a “Local Storage Key”.

  • Open the Inspect by right-clicking on the respected object’s list view.

  • Find the “Local Storage” from the Application tab.

  • Paste in the value that needs to fetch in the result & then “Save”.

Filter Field :

By using the Filter field we can easily find any record by using multiple filters.

...