
7 min read
New table or new view?
How to decide when to create a view vs. a new table.
What you'll learn:
- The characteristics of tables
- The characteristics of views
- When to use each one

What you'll use:
- Tables and views
- Columns
- The Doc Map
- Cross-doc
Why create a view when possible?
In one phrase? Change management.Does my view have to look exactly like the parent table?
No! Connected views share the same row data, but they can have different display settings. You can change the following without affecting other connected views:- Title
- View type (card view, calendar view, etc)
- Filters
- Conditional formatting
- Hidden/exposed columns and column order
- Row grouping
- Row information
- Column names
- Columns available to be exposed
When might you not want to create a view?
The same connection that makes views so useful can also make them risky in some cases. Any change you make in one connected view will show up in the others. For example, say your team has a connected view of the company roster, but your team likes to use silly nicknames internally. If someone changes a legal name to a nickname in your team’s view, that change will also appear in the main company roster. If the data needs to stay separate, create a new table instead.How do I know what tables already exist in my doc?
Use the Doc Map in your doc to quickly see every table and page that exists. It's the fastest way to check before creating something new Learn more about Doc Map here.Can I connect to a table in another doc?
Yes. Using the Superhuman Docs Cross-doc Pack, you can insert a connected view of any table you have access to into another doc. For example, many companies keep an official roster in a central doc. With Cross-doc, you can bring that roster into your own doc and filter it to show just your team. Learn more about Cross-doc here.
Now what?
Understanding when to create a view vs. a new table is one of the biggest unlocks for keeping your docs clean as they grow. Here are a few good next steps:- How to build a team hub in Superhuman Docs — see tables and views in action inside a real doc structure
- Get calculated values in your docs without writing formulas — once your tables are set up, put them to work with the Calculation builder
Was this helpful?
YesNo

