# Dynamic filter default selection

**URL:** https://community.glideapps.com/t/dynamic-filter-default-selection/12991
**Category:** Ask for Help
**Created:** [July 23, 2020, 1:00pm UTC](https://community.glideapps.com/t/dynamic-filter-default-selection/12991 "2020-07-23T13:00:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Younes](https://avatars.discourse-cdn.com/v4/letter/y/d6d6ee/32.png) [@Younes](https://community.glideapps.com/u/Younes)
#### Post date: [July 23, 2020, 1:00pm UTC](https://community.glideapps.com/t/dynamic-filter-default-selection/12991/1 "2020-07-23T13:00:36Z")

</div>

Hello!

I created a dynamic filter and i was wondering if it’s possible to have the first filter selected by default.

I mean at the moment when a new user enters the app he sees an empty page then after selecting the first filter he can see the content. Which is bad in terms of ux.  
Please have a look at the 2 screenshots.

 ![Capture d’écran 2020-07-23 à 14.48.52](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/f/fe1346d6099d98479947990271adcf1bf2d32ac6.png) ![Capture d’écran 2020-07-23 à 14.59.00](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/5/5c0467e89e10158a3030679e529e133a3a985e85.jpeg)

---

<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: [July 23, 2020, 1:22pm UTC](https://community.glideapps.com/t/dynamic-filter-default-selection/12991/2 "2020-07-23T13:22:43Z")

</div>

Have an If \> Then \> Else column for the conditional visibility, if choice column is empty then first choice, if not empty then choice column value.

---

<div class="post-metadata">

### Author: ![Younes](https://avatars.discourse-cdn.com/v4/letter/y/d6d6ee/32.png) [@Younes](https://community.glideapps.com/u/Younes)
#### Post date: [July 23, 2020, 1:29pm UTC](https://community.glideapps.com/t/dynamic-filter-default-selection/12991/3 "2020-07-23T13:29:28Z")

</div>

Thank you very much @ThinhDinh !!
