From e794af9524e02b22aa7c8e384857d3c6ca74b039 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 1 Dec 2021 17:51:28 +0530 Subject: [PATCH] Update lookup.md Lookup with custom example (Team, employee) --- .../content/en/setup-and-usages/lookup.md | 36 ++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/lookup.md b/packages/noco-docs/content/en/setup-and-usages/lookup.md index 8f4869315a..4d4aeff8b1 100644 --- a/packages/noco-docs/content/en/setup-and-usages/lookup.md +++ b/packages/noco-docs/content/en/setup-and-usages/lookup.md @@ -6,5 +6,39 @@ category: 'Usage' menuTitle: 'Lookup' --- +## Lookup + + +#### Sample simple Organization structure: +- 5 verticals, each vertical has a team name & associated team code +- 5 employees working at different verticals +- Vertical **has many** Employees : relationship has been defined + + + +Now, we can explore how to extract team-code information in Employee table using **"LOOKUP"** columns + +#### 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 + + -> Todo \ No newline at end of file