Hi, I am implementing a search box in my listview screen so when i type in any search query, the listview result is automatically filtered down and when no text in textbox, then no filter takes place.
Looking at my setup below, I am wondering how I can store the result of the IF DOES statement so it can be set into the listRow variable.
I have a tutorial on making a Search Bar for your app that you can see here:
Your blocks are seeing if the text input contains the column, which is going to return false if your list is more than 1 item long. You need to see if any items in the list contain that text in your text input. You can see how to do this in the tutorial.
Check it out and let me know if you have any more questions!
Yes. I too have a problem. I am working on an app and for that I need to search the list viewer. Whatever letter I have searched and if it is there in the listviewer. only that part needs to be shown.