Only show results

Hello,

I’m facing an problem because i cant hide non results.
Let me try explain better…
Ive a global search tab with 15 tables and when i search for example “zebra” will show the result but the tables without result too!
Any chance to only show the table with result and hide the others?

Nope.

2 Likes

Its not possible. Rather maybe you can expand that particular dashlet & then search the required word, that way the other dashlets will not be visible. But you will have to search on each dashlet one by one.

1 Like

As always say to my customers. Everything it’s possible with Appsheet, just think if it’s necessary, because some solutions are expensive in all sense; data, time and time it’s money.

To achive what you want, it’s necesary create another table “global_search” and define the criteria that you want to search. Add one virtual column (list) in global search table for each of your 15 tables with filter formula that match with the criteria columns.

Include this table in your dashboard as a Detail view with the criteria columns as "quick edit colums."
After that, you have to configure each of your 15 views in Show if with the following formula:

ISNOTBLANK(global_search[Virtual_column_table1])

Here a gif to validate that IT IS POSSIBLE! Are you going to work to achieve that?

![FILTRO.gif|426x240](upload://mDa1evpMZS7VBSgQMYJnMOFKiiF.gif)
2 Likes