# Don't show duplicates in list

**URL:** https://community.glideapps.com/t/dont-show-duplicates-in-list/2381
**Category:** Ask for Help
**Created:** [November 25, 2019, 10:44am UTC](https://community.glideapps.com/t/dont-show-duplicates-in-list/2381 "2019-11-25T10:44:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![daz511](https://avatars.discourse-cdn.com/v4/letter/d/cab0a1/32.png) [@daz511](https://community.glideapps.com/u/daz511)
#### Post date: [November 25, 2019, 10:44am UTC](https://community.glideapps.com/t/dont-show-duplicates-in-list/2381/1 "2019-11-25T10:44:17Z")

</div>

I’ve created a employee directory app based on the template but I’m trying to add another tab to show departments and then click through to how only those staff who work in that department.

Say we have 60 employees and we have 5 departments when I create the tab it shows a list of 60 departments. How can I get it to just show the 5 departments?

Thanks in advance

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [November 25, 2019, 12:19pm UTC](https://community.glideapps.com/t/dont-show-duplicates-in-list/2381/2 "2019-11-25T12:19:42Z")

</div>

Welcome to the community.  
Did you look at any of the Glide starter tutorials? They also have a template for Employees that you can select right in the Glide development environment that does pretty much exactly what you are asking for. Just think Departments every time you see building/office locations.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 25, 2019, 12:55pm UTC](https://community.glideapps.com/t/dont-show-duplicates-in-list/2381/3 "2019-11-25T12:55:11Z")

</div>

Your departments sheet should only contain the 5 departments. Your employees sheet should contain a column to list the department each employee is in. Then you can use a relation column to link the two together. When viewing the details for a department, you can add an inline list, using the relation, to show all of the employees in that department.

---

<div class="post-metadata">

### Author: ![daz511](https://avatars.discourse-cdn.com/v4/letter/d/cab0a1/32.png) [@daz511](https://community.glideapps.com/u/daz511)
#### Post date: [November 25, 2019, 1:34pm UTC](https://community.glideapps.com/t/dont-show-duplicates-in-list/2381/4 "2019-11-25T13:34:53Z")

</div>

Excellent, thanks guys I’ve sorted it, it was the relation column I wasn’t seeing in Glide. I was just using Google Sheets and not the data section in Glide.
