imgsimonebiliato Well-Known Member Licensed User Longtime User Dec 12, 2012 #1 Hello, I want to use a textedit as a filter when I click on a button. But I want that the search is doing as a syntax of "like" and not "=". How can I resolve?
Hello, I want to use a textedit as a filter when I click on a button. But I want that the search is doing as a syntax of "like" and not "=". How can I resolve?
mc73 Well-Known Member Licensed User Longtime User Dec 12, 2012 #2 you can use the 'contains' string method. Upvote 0