Checkbox to filter out results
Checkbox to filter out results
![laleke](https://secure.gravatar.com/avatar/7bf935bbae7a119f4a3dc817a0842990/?default=https%3A%2F%2Fvanillicon.com%2F7bf935bbae7a119f4a3dc817a0842990_200.png&rating=g&size=120)
If the checkbox is ticked, then filter out string containing "these words". Is it possible?
This discussion has been closed.
If the checkbox is ticked, then filter out string containing "these words". Is it possible?
Answers
Yes. Depending on your requirements you could simply create and event handler for the checkbox and use
search()
to perform the search. If you have further questions please provide more details of what and how you want to execute the search.Kevin