# Same table different tabs

**URL:** https://community.glideapps.com/t/same-table-different-tabs/25884
**Category:** Ask for Help
**Created:** [April 21, 2021, 11:40pm UTC](https://community.glideapps.com/t/same-table-different-tabs/25884 "2021-04-21T23:40:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Luis\_Siles](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luis_siles/32/9384_2.png) [@Luis\_Siles](https://community.glideapps.com/u/Luis_Siles)
#### Post date: [April 21, 2021, 11:40pm UTC](https://community.glideapps.com/t/same-table-different-tabs/25884/1 "2021-04-21T23:40:44Z")

</div>

I have a problem, I cannot create 2 tabs that work with the same sheet the same table but different components and different functionality?

how can i solve?

---

<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: [April 22, 2021, 12:19am UTC](https://community.glideapps.com/t/same-table-different-tabs/25884/2 "2021-04-22T00:19:38Z")

</div>

You can, but only at the top level of a tab or Link to Screen. Once you get below that top level, by viewing the details of a list, then the details view is directly tied to the sheet no matter how you get to it through your app.

---

<div class="post-metadata">

### Author: ![Luis\_Siles](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luis_siles/32/9384_2.png) [@Luis\_Siles](https://community.glideapps.com/u/Luis_Siles)
#### Post date: [April 22, 2021, 12:25am UTC](https://community.glideapps.com/t/same-table-different-tabs/25884/3 "2021-04-22T00:25:51Z")

</div>

I understand, for example from a list → details, the details will be the same in the other tab. right?

Some idea I have roles and my admin and seller, but it is very complicated to have the administrator and seller options in a single tab, so I would like 2

---

<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: [April 22, 2021, 2:16am UTC](https://community.glideapps.com/t/same-table-different-tabs/25884/4 "2021-04-22T02:16:13Z")

</div>

> [@Luis\_Siles](#):
>
> for example from a list → details, the details will be the same in the other tab. right?

Yes, that is correct.

I suppose you could share still have two tabs with lists that share the same detail screen, but put visibility conditions on all of the components that you want to show to an admin.

---

<div class="post-metadata">

### Author: ![Luis\_Siles](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luis_siles/32/9384_2.png) [@Luis\_Siles](https://community.glideapps.com/u/Luis_Siles)
#### Post date: [April 22, 2021, 2:56am UTC](https://community.glideapps.com/t/same-table-different-tabs/25884/5 "2021-04-22T02:56:02Z")

</div>

Ok, Thanks for the suggestion
