Unless you want to have information about the relationship (like “Starting Date” for a job), you don’t need the junction table.
You can relate People with Companies directly, and add as many People you want in a Company, and vice-versa. In ever Person/Company you’ll see all the related records together (Scott Co and Keychron in your example).
Unless you want to have information about the relationship (like “Starting Date” for a job), you don’t need the junction table.
You can relate People with Companies directly, and add as many People you want in a Company, and vice-versa. In ever Person/Company you’ll see all the related records together (Scott Co and Keychron in your example).
The junction table is still needed (in the actual base). One reason is the job title; a person can have two different jobs in two companies. That’s why.
The junction table is still needed (in the actual base). One reason is the job title; a person can have two different jobs in two companies. That’s why.
In this case you can see that information in the junction table, either searching, or grouping by Person.
Other ideas that comes to my ming are using Page Designer app, or creating an Interface Designer.
What is your use case when you want to see the Companies linked to one Person?
In this case you can see that information in the junction table, either searching, or grouping by Person.
Other ideas that comes to my ming are using Page Designer app, or creating an Interface Designer.
What is your use case when you want to see the Companies linked to one Person?
Here is my use case:
I have a companies table. For each company, I list high level employees of this company (Founders, board members, executives…etc)
Sometimes, a person is a board member in both companies. At least where I am from, this is a connection; a relationship between the two companies. So, in each company’s record, I’d like to list the companies that have this sort of relationship.
As I said, I was able to do this but it includes the company’s name too. like this:
In company A record, related companies are: Company A, B and C. <<< I don’t want A to be listed.
would A script solve this last part at least?