Initial setup of tables

Is it better to start with one sheet like a master will everything in it. And then have views. Or is it better to split the master into linked relationships.
Thank you.

Hi @AlanF

It depends on your workflow.

If you have say two separate entities you want to track - Projects or Clients, Applicants or Interviewers, Contacts or Companies, then it’s better to have two different tables created and create a linked relationship between both.

If you have a single large entity of records - like Contacts or Deals or Companies and you want to segment them in different views (by status, category etc.) then you can use views to do so.

Regardless of your workflow, you can use both depending on how you’re structuring it.

We’ll soon create a video on this.