多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.8 KiB

title description position category menuTitle
Lookup Lookup 550 Product Lookup

Lookup

Sample simple Organization structure

  • 5 verticals, each vertical has a team name & associated team code. Vertical has many Employees - relationship has been defined
  • 5 employees working at different verticals

Now, we can explore how to extract team-code information in Employee table using LOOKUP columns

Adding a lookup column

1. Add new column

Click on '+' icon to the left of column headers in Employee table

2. Feed column name

3. Select column type as 'Lookup'

4. Choose child table

Table Verticals in our example

5. Select child column

6. Click on 'Save'

7. Required information is populated in the newly created column

Nested Lookup

On top of the previous structure, let's introduce one more table - Project which contains ProjectName and each employee can be assigned with multiple projects. If we want to include the lookup column TeamCode from Employee in Project, we can create a nested lookup.

We can apply the same steps to create the lookup column TeamCode in table Project. This time we choose the lookup column created previously in table Employee as a child table.

Click save. Then TeamCode is populated in table Project.