I am not sure what happened, I had a perfectly working app (albeit on the OG style, not the new style, yet) I will transition over, after I get this issue resolved, and app working 100% again
APP has data from multiple spreadsheets, that I want to create a search screen, that searches all sheets (I think there are 12 or 15 of them)
The search would be across all the fields for same SKU or description data. There will be multiple options to choose from, from the various sheets. (I would like the sheet label to be visible to chooses which data is needed )
I donât understand how it quit working, over the weekend.
I only see one list on your screen, and your screen is using a list style layout. At most you can search only the one table that the screen is attached to. To be able to search multiple tables, you would have to use a Detail style layout and add lists for each table that you want to search. Are you sure that you didnât change the screen layout over the weekend? A Detail style layout with multiple lists is the only possible way that you would have been able to have a global search across multiple tables.
Thatâs not possible.
The closest you can get to a global search is by following the method that Jeff outlined.
You can effectively get the same thing by adding as many inline lists as you need, and set the source of each inline list to a different sheet/table.
So I have created inline lists for each tab of the spreadsheet (shown on the left are the tabs for each sheet I want to search) It still only searches 1 sheet at a time, nowâŚ
Previously, it searched through all of them (using action text) and I donât think I ever used a DETAIL screen.
Here is image of previous results when it was working
I would like to do a global search and find the same items across all the sheets - return multiples of data for each sheet as they have different data to capture, that we want/need visibility
I think this is what I was missingâŚGive me a few moments, and I will be back to confirm. (I wasnât thinking I could add MULTIPLE INLINE LISTS - the light bulb went ON finally)
It must have been detail screen with multiple lists.
This is what my screen looks like with both a list relation and an inline list added:
For the inline list, I modified the title and clicked the checkbox that said, âShow âsee allâ for more than âxâ itemsâ
Strange thing is that my list relation was missing this morning when I went into the app to grab these screens for you. So donât punish your four-year-old.
I never had an inline list, but added it to show you how to configure it.
Youâll need multiple of these; one for each tab you want to search.