[Feature Request]: Database Views #12633
tiagosales
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Issue Status: 🆕 *Untriaged*🆕 Untriaged The team has not yet reviewed the issue. We usually do it within one business day. This is an automatic reply by the bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep, that's exactly the functionality we're aiming for! But right now, we're mainly focused on squashing bugs, boosting performance, and making the database architecture more stable. We'll start rollin' out these features gradually in future updates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
It would be great if we could use database views across different pages, linking to an existing database (table).
Use case
Suppose we want to create a project based on a template and view only tasks assigned to this specific project on the page. I have a tasks database page with a table containing tasks for all my projects. On the project page, I want to see only tasks for that specific project, using the view linked to a tasks database but displaying only the tasks relevant to this project.
Anything else?
In Notion, it would be equivalent to creating a new table on a new page and linking it to an existing database, allowing you to create as many specific views as you want without affect the database itself.
If this feature already exists, please let me know, as I couldn't find a way to use it.
https://www.notion.com/help/data-sources-and-linked-databases
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions