Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Jul 01, 2016 11:25 AM
Hey guys, I am trying to build a base that allows my investing firm to manage our pipeline.
This is what I have:
Given this information, I would like to have a different sheet where all the companies are companies which have an investor that is a Direct Competitor. Then I’d like to add more columns for additional analysis we would do that we don’t care for in the broader group of companies
Make sense? All suggestions are welcome
Jul 01, 2016 04:37 PM
Hi Amit! Reading through your description of what you’d like to accomplish, it seems like the best solution for you is to use different views to look at your companies table—one view with all of the companies that hides unnecessary fields, and one view that uses filters to show only the companies with direct competitors investing and shows all fields. In database software, rather than using separate sheets/tables to look at subsections of your data, you usually use views, which show just a specified slice of the entire dataset. (This is how Salesforce works, for example.) This eliminates redundancies in the data that might come from making many different tables.
Rather than creating a separate table to show only the companies with a “direct competitor”-tagged investor, we’d recommend creating a new view within your existing companies table. Here’s the steps you’ll need to take:
In general, using a single table with multiple views and hidden columns to achieve this sort of workflow, as opposed to multiple tables with duplicated data between them, is cleaner and more “correct” in database-land (as opposed to spreadsheets)—and is something that you’d also do in other database products like Salesforce. Hope this helps!
Feb 01, 2021 12:40 PM
Hi @Katherine_Duh, A semi-related design question with regard to subsets.
I’m building a CRM database. Some of the companies have attributes that are unique only to them. So when the company is a certain type, that will beget numerous attribute fields. These fields would be completely irrelevant to companies that are not of this type.
Think: List of companies, but a the type is “restaurant” and if so, there might be links for their menu and other things that a non-resturant business would not have. This is not the specfic example I am working with, but is something relatable to everyone. The number of attributes for this specific subset of companies will be numerous.
As I discovered through trial and more importantly error, I cannot have a primary field be linked to another primary field (Company Name).
Any design advice would be greatly appreciated.
Thank you.
Nov 15, 2022 01:39 PM
I’d like to bump @Henry_Ferlauto 's question and this thread generally! I am facing a similar situation. I have a subset of data with lots of associated-only-with-that-subset data. It feels like having all of those associated Fields in the main Table ends up clogging up the Records outside of that subset.