Looking to create a summary level view for my boss of tasks that are “ready for their review”. My work spans multi depts so the tasks live in multiple databases vs one master database.
Each database has a “ready for review” tag.
How can I pull a view or list that identifies tasks across databases?
Hi,
Welcome to the community!
You have three options:
- On a single page, create views to the separate tables one below the other.
- Combine the information you need from the various tables into a new table. You can use buttons and or automations to do that
- By far the best solution would be to have a single table to start off with, and then create views for the various departments, as well as one for your boss.
Regards,
Piet