I have three tables in one base. In each table, there is a Name field and a checkbox field named “Flag”.
How do I create one “grid” (or interface or anything else) that lists only the record names from all three tables that have the Flag checkbox checked?
Solved
Summary Across Tables
Best answer by Nathaniel_Grano
There are a few ways to do this. One straightforward solution would be to create a new Interface page.
- Add three “Grid” elements to your interface page.
- Configure each of the grid elements to use one of the tables as its Source
- To filter your grids by the Flag field, select “Specific records” under the Filter configuration for the grid and then add the condition
Flag is checked(or equivalent)

Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


