Purpose


Allows you to select the data filtering condition when using this component together with the button with the "Search" action.



Description


The following filters are available


 Value

 Description

 =

 Exact match.

 %s%

 Search for substring in a string.

 s%

 Finds any values that starts with s.

 >

 Greater than. For numbers only.

 >=

 Greater than equal to. For numbers only.

 <

 Less than. For numbers only.

 <=

 Less than equal to. For numbers only.

 <>

 Not equal to. For numbers only.