# Button to open tab

**URL:** https://community.glideapps.com/t/button-to-open-tab/15461
**Category:** Feature Requests
**Created:** [September 8, 2020, 5:16pm UTC](https://community.glideapps.com/t/button-to-open-tab/15461 "2020-09-08T17:16:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JAS\_LANGKAWI](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jas_langkawi/32/13_2.png) [@JAS\_LANGKAWI](https://community.glideapps.com/u/JAS_LANGKAWI)
#### Post date: [September 8, 2020, 5:16pm UTC](https://community.glideapps.com/t/button-to-open-tab/15461/1 "2020-09-08T17:16:15Z")

</div>

Hi.  
I’M new here.

my request is to have a button to open any hidden tab.

Thank. 😀

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [September 8, 2020, 6:48pm UTC](https://community.glideapps.com/t/button-to-open-tab/15461/2 "2020-09-08T18:48:10Z")

</div>

Hi,

You could add a button and assign it an increment value. Have that value tied to a user-specific column and then filter the Tab’s visibility based on the value of the Increment column (i.e. if Increment = 1, show tab).

In the tab itself, you should be able to add a similar button, but assign it a negative increment value so that the tab disappears once it’s pressed (as the user-specific column would go back to a value of 0).

---

<div class="post-metadata">

### Author: ![JAS\_LANGKAWI](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jas_langkawi/32/13_2.png) [@JAS\_LANGKAWI](https://community.glideapps.com/u/JAS_LANGKAWI)
#### Post date: [September 9, 2020, 1:40am UTC](https://community.glideapps.com/t/button-to-open-tab/15461/3 "2020-09-09T01:40:43Z")

</div>

Thank.
