App Inventor ListView Filter Bar

I made a google sheet with Listview and spreedsheet linked
I use the filter function of Listview to take out the filtered data
After the filtered processed data is written back to the sheet, the data on the Listview is not updated at the same time. I try to refresh the data of the Listview, but the words on the Filter column still exist, but the ListView is an unfiltered data. What is the solution? You can filter the text on the Filter Bar again in the program

螢幕擷取畫面 2023-03-02 180728
螢幕擷取畫面 2023-03-02 180813

Please show your relevant blocks

This block is the part that updates the Listview after processing the Listview and writing back

I am afraid you have to make your own filter bar with a textbox. and filter your data by your own logic.

Set listview to empty list, then set to your list of elements. This should clear the filter?

Thank you for your reply
A function that is executed without changing the text of the TextBox
Can only be activated with a button

Thank you for your reply
This will require re-entering the filter content after each processing

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.