I created a dashboard in AppSheet that contains 2 views:
-
One is a detail view with quick edit fields that are used for filtering.
-
The other is a table view that gets filtered by a slice based on the user’s filter selections.
The issue is that when the user searches from the search bar at the top, the detail view (filter page) also gets searched. Since it returns no results, the filter section disappears.
To improve the user experience, I’d like to achieve two things:
-
When something is searched from the search bar, the filters should be ignored (though I don’t think this is possible).
-
When something is searched from the search bar, the filters should not disappear.
Is this possible?
I thought about adding all table columns as virtual columns to the filter table and making them searchable, so that the filter view doesn’t disappear — but is there a more practical solution?