# Faire apparaître une Tabs automatiquement à une date et heure donnée

**URL:** https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776
**Category:** Ask for Help
**Created:** [July 6, 2021, 10:32am UTC](https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776 "2021-07-06T10:32:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MGas](https://avatars.discourse-cdn.com/v4/letter/m/6de8d8/32.png) [@MGas](https://community.glideapps.com/u/MGas)
#### Post date: [July 6, 2021, 10:32am UTC](https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776/1 "2021-07-06T10:32:10Z")

</div>

Bonjour,

Je souhaiterais savoir s’il est possible de créer une tabs qui n’apparaitrait qu’à une date et une heure précise définie ?

J’organise un rassemblement de + de 200 personnes, et je voudrais qu’ils puissent découvrir des “bonus” de la journée à une heure précise.

Est-ce possible ? Comment ? Je n’ai pas trouvé cela…  
Merci d’avance.

Mickaël

---

<div class="post-metadata">

### Author: ![Roldy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/roldy/32/36068_2.png) [@Roldy](https://community.glideapps.com/u/Roldy)
#### Post date: [July 6, 2021, 11:25am UTC](https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776/2 "2021-07-06T11:25:15Z")

</div>

Hi @MGas You can condition the visibility of a TAB relative to a column that is in the profile of the user. In this scenario you need Pubblic with email, or Limit access to email (see settings → privacy).

---

<div class="post-metadata">

### Author: ![Roldy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/roldy/32/36068_2.png) [@Roldy](https://community.glideapps.com/u/Roldy)
#### Post date: [July 6, 2021, 11:29am UTC](https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776/3 "2021-07-06T11:29:22Z")

</div>

Otherwise, without creating a specific tab, you could make it so that the contents of a tab that is present anyway, may vary under certain conditions. In this case it can work even without authentication.

---

<div class="post-metadata">

### Author: ![MGas](https://avatars.discourse-cdn.com/v4/letter/m/6de8d8/32.png) [@MGas](https://community.glideapps.com/u/MGas)
#### Post date: [July 6, 2021, 1:59pm UTC](https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776/4 "2021-07-06T13:59:06Z")

</div>

> [@Roldy](#):
>
> salut @MGasVous pouvez conditionner la visibilité d’un TAB par rapport à une colonne qui se trouve dans le profil de l’utilisateur. Dans ce scénario, vous avez besoin de Public avec e-mail ou de Limiter l’accès aux e-mails (voir paramètres → confidentialité)

Vous voulez dire qu’on pourrait mettre une case “Bonus” qui ne s’ouvrirait qu’avec un code récupéré dans l’atelier par exemple ? Comment faire ça ?

---

<div class="post-metadata">

### Author: ![Roldy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/roldy/32/36068_2.png) [@Roldy](https://community.glideapps.com/u/Roldy)
#### Post date: [July 6, 2021, 2:52pm UTC](https://community.glideapps.com/t/faire-apparaitre-une-tabs-automatiquement-a-une-date-et-heure-donnee/28776/5 "2021-07-06T14:52:32Z")

</div>

No, I meant that the display of one or more components that are present on the screen can be imposed when a condition occurs.  
If I’m not mistaken, you want a bonus (an image?) to appear at a certain time on a certain day. If so you could enter two Date/Time columns in your Data Editor and check (in an IF - Then - Else column) if the current time and day (Now) is between the start Date/Time column and the end Date/Time column of the event.  
Let me know…  
Ciao! 🙂
