# Help on list filter

**URL:** https://community.glideapps.com/t/help-on-list-filter/22039
**Category:** Ask for Help
**Created:** [January 31, 2021, 9:30pm UTC](https://community.glideapps.com/t/help-on-list-filter/22039 "2021-01-31T21:30:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yosefdc7](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yosefdc7/32/20850_2.png) [@yosefdc7](https://community.glideapps.com/u/yosefdc7)
#### Post date: [January 31, 2021, 9:30pm UTC](https://community.glideapps.com/t/help-on-list-filter/22039/1 "2021-01-31T21:30:18Z")

</div>

Hi everyone, I am new to glide.

I have a list and I want to filter it (limit the items displayed based on their properties).  
it is as easy as: is the food item available? yes or no  
and I am not sure if this is a bug or I am something wrong  
and some ss

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/3/b35909c1618ba7d41a7f6982b38d1331083335fc.png)

please advice

---

<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: [January 31, 2021, 9:32pm UTC](https://community.glideapps.com/t/help-on-list-filter/22039/2 "2021-01-31T21:32:14Z")

</div>

Make sure that filter condition matches the cell value exactly (capital “Yes” will not work for this condition you wrote, for example).

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [January 31, 2021, 9:51pm UTC](https://community.glideapps.com/t/help-on-list-filter/22039/3 "2021-01-31T21:51:14Z")

</div>

I think `true` and `Y` work for boolean columns.

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:53pm UTC](https://community.glideapps.com/t/help-on-list-filter/22039/4 "2024-01-17T16:53:42Z")

</div>


