多维表格
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.
 
 
 
 
 
 

1.5 KiB

title description
Lookup Understanding Lookup Column!

Example organization structure

Consider an organization with

  • 5 departments (company departments), each department has a team name & associated team code. Each Team has many Employees - relationship has been defined using LinkToAnotherRecord or Linkscolumn
  • 5 employees working at different departments

company-employee-table

Now, let's explore procedure to retrieve team-code information in Employee table using LOOKUP columns

Configuring a lookup column

  • Add new column : Click on '+' icon to the left of column headers in Employee table
  • Feed column name
  • Select column type as 'Lookup'
  • Choose child table
  • Select child column
  • Click on 'Save'

lookup create

Required information is now populated in the newly created column

lookup display

Additional notes

  • Nested 'Lookup' supported: a Lookup field can have its child column datatype as Lookup (or Rollup).