# Making info available according conditions

**URL:** https://community.glideapps.com/t/making-info-available-according-conditions/47624
**Category:** Ask for Help
**Created:** [August 24, 2022, 12:26pm UTC](https://community.glideapps.com/t/making-info-available-according-conditions/47624 "2022-08-24T12:26:27Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [August 25, 2022, 1:05am UTC](https://community.glideapps.com/t/making-info-available-according-conditions/47624/2 "2022-08-25T01:05:36Z")

</div>

> [@Creating an onboarding flow using tab visibility](https://community.glideapps.com/t/creating-an-onboarding-flow-using-tab-visibility/11149):
>
> First Test - Onboarding iphoneNecessary informations first: Name & Profile Pic [Untitled\_ Jun 19, 2020 5\_09 PM]

First up, I think you need an onboarding flow. At the end of this flow, you can set a timestamp column to mark when the user has joined your platform.

Next up, you create a “Date Difference” column to calculate the date difference between the joined timestamp and now.

Then, you can use that info to make tabs visible/hidden at will. Let’s say if date difference equals 1 (please add a math column to round/floor/ceiling the date difference if you need), then show “Tab A”, if date difference equals 2 then show 'Tab B" etc.

Not sure if you need to have different tabs, though. You might just make a details tab and show/hide components instead.

---

_[View the full topic](https://community.glideapps.com/t/making-info-available-according-conditions/47624)._
