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.

...

In filter field, we are using two Main Operators:

(1) AND:

The logical AND operator is an operator that performs a logical conjunction on two statements. It only yields a value of "true" when both statements are true. If one of the two statements is false, then the logical AND operator yields a "false" value.

...

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 Boolean value of 1.

Filter 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 a 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 its 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:

With using Static source type, result include only records from selected field. Result fetching by the value which have been added under the Static.

Steps to do:

  • Click on “Filter”

  • Select [+] icon to create New Condition.

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

  • Choose Source Type as a “Static”.

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

(B) Cookie Key:

With using Cookie Key, the result fetching by the value which have been added under the Cookie Key. But, have to make sure that the value which we are adding is from the cookies value.

Steps to do:

  • Click on “Filter”

  • Select [+] icon to create New Condition.

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

  • Choose Source Type as a “Cookie Key”.

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

  • Find the Cookies value from Application tab.

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

(C) User:

(D) Local Storage Key: