# Regarding Tabs

**URL:** https://community.glideapps.com/t/regarding-tabs/13263
**Category:** Ask for Help
**Created:** [July 29, 2020, 10:31am UTC](https://community.glideapps.com/t/regarding-tabs/13263 "2020-07-29T10:31:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Adviuz](https://avatars.discourse-cdn.com/v4/letter/a/b38774/32.png) [@Adviuz](https://community.glideapps.com/u/Adviuz)
#### Post date: [July 29, 2020, 10:31am UTC](https://community.glideapps.com/t/regarding-tabs/13263/1 "2020-07-29T10:31:12Z")

</div>

We are building a sales app.

We have 2 Verticales in our Business one is real estate and another is Retails.  
Each business has 3 tabs ( Leads, Tasks, & Reports)

Goal - Employee from Real Estate Vertical should not see tabs for retail vertical and vice versa.

Query - Is there a way to duplicate tab.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 29, 2020, 11:30am UTC](https://community.glideapps.com/t/regarding-tabs/13263/2 "2020-07-29T11:30:17Z")

</div>

Assuming you’re using a user profiles setting, probably you can try this.

In each of the sheets for Reports, Sales etc have a column that marks which type can see which row (as in a Report with type A can only be seen by users of type A).

Make a template column in each of those tabs, point the value to user’s type in the user menu so it will change dynamically based on the logged in user.

Create an If Then Else column named Visibility, if Template Column is the same as Type then True, else False.

In the interface, filter items by Visibility = True.

---

<div class="post-metadata">

### Author: ![Adviuz](https://avatars.discourse-cdn.com/v4/letter/a/b38774/32.png) [@Adviuz](https://community.glideapps.com/u/Adviuz)
#### Post date: [August 26, 2020, 7:55pm UTC](https://community.glideapps.com/t/regarding-tabs/13263/3 "2020-08-26T19:55:50Z")

</div>

solved
