# Ability to set default tab

**URL:** https://community.glideapps.com/t/ability-to-set-default-tab/10521
**Category:** Ask for Help
**Created:** [June 8, 2020, 10:08am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521 "2020-06-08T10:08:59Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![adelhammoud](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adelhammoud/32/5587_2.png) [@adelhammoud](https://community.glideapps.com/u/adelhammoud)
#### Post date: [June 8, 2020, 10:08am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/1 "2020-06-08T10:08:59Z")

</div>

Currently, glide takes the first tab in the list and assumes it’s the “landing tab”.  
It will be good if we can add a field as “make default” so if I have multiple tabs defined, user gets to select which one to show as the default landing tab.

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/c223838ae5024cbe4b944a1dd7c27fd349549afc.png)

---

<div class="post-metadata">

### Author: ![fabio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fabio/32/16336_2.png) [@fabio](https://community.glideapps.com/u/fabio)
#### Post date: [June 15, 2020, 10:19am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/2 "2020-06-15T10:19:27Z")

</div>

Hi everyone,

I would be interested too…Is there any way to set a default tab when opening the app?

Thanks

---

<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: [June 15, 2020, 11:09am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/3 "2020-06-15T11:09:29Z")

</div>

There’s no workaround at the moment but you can only have 1 tab and direct users to different screens by using the “Link to screen” fucntionality.

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [June 16, 2020, 8:12am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/4 "2020-06-16T08:12:43Z")

</div>

Great request to add in [https://features.staging.glideapp.io/](https://features.staging.glideapp.io/) if there’s no one requested yet!

---

<div class="post-metadata">

### Author: ![Yasin\_Hassanien](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yasin_hassanien/32/9042_2.png) [@Yasin\_Hassanien](https://community.glideapps.com/u/Yasin_Hassanien)
#### Post date: [July 1, 2020, 10:36pm UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/5 "2020-07-01T22:36:06Z")

</div>

I think if you configured your tab filter you will face this and in order to have it as the default tab you need to remove the filters, thats my resolution to the situation to bring it as the first tab

---

<div class="post-metadata">

### Author: ![Vitor\_Guimaraes](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vitor_guimaraes/32/39703_2.png) [@Vitor\_Guimaraes](https://community.glideapps.com/u/Vitor_Guimaraes)
#### Post date: [April 27, 2022, 2:41am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/6 "2022-04-27T02:41:30Z")

</div>

I’m waiting for this to be adressed 🙂

---

<div class="post-metadata">

### Author: ![prithvi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/prithvi/32/38587_2.png) [@prithvi](https://community.glideapps.com/u/prithvi)
#### Post date: [July 31, 2022, 7:14am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/7 "2022-07-31T07:14:23Z")

</div>

+1, It would be awesome to set default tabs based on certain conditions in some tables (say, one of the tabs is a personal info tab, and the other tab is the shopping tab. It’d be great to default to personal info tab at first, and default to the shopping tab if the personal info was already present 🙂 )

PS: Loving Glide!!!

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 31, 2022, 7:35am UTC](https://community.glideapps.com/t/ability-to-set-default-tab/10521/8 "2022-07-31T07:35:53Z")

</div>

> [@prithvi](#):
>
> It’d be great to default to personal info tab at first, and default to the shopping tab if the personal info was already present

For this specific use case, it’s possible with tab visibility conditions.

For example, let’s say you need your users to add at least a name and profile pic before they see the “Shopping” tab, then you can do something like:

- Create an if-then-else column in your User Profiles table (let’s call it Profile Complete)  
– If Name is empty, then null (leave empty)  
– If Image is empty, then null  
– Else true
- Now you can add a visibility setting to your Shopping tab, so that it’s only visible when the User Profile-\>Profile Complete column is checked.
