# How can i create multiple filters?

**URL:** https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705
**Category:** Ask for Help
**Created:** [May 12, 2023, 9:47pm UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705 "2023-05-12T21:47:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rawna](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@rawna](https://community.glideapps.com/u/rawna)
#### Post date: [May 12, 2023, 9:47pm UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705/1 "2023-05-12T21:47:32Z")

</div>

Let’s say i have a list of restaurants . I want my users to filter these restaurants by different amenities. For example, Dogs Allowed, Free Wi-Fi, Offers Takeout and etc. Some restaurant have several amenities. How can i do that?

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [May 12, 2023, 10:14pm UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705/2 "2023-05-12T22:14:12Z")

</div>

Hola!

Now you can use the new Query column and do it easier, take a look at this good video: [🧲 The QUERY Column: One Column to Rule Them All!](https://community.glideapps.com/t/the-query-column-one-column-to-rule-them-all/61532)

Saludos!

---

<div class="post-metadata">

### Author: ![rawna](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@rawna](https://community.glideapps.com/u/rawna)
#### Post date: [May 12, 2023, 11:24pm UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705/4 "2023-05-12T23:24:02Z")

</div>

Hi! Thank you for your reply.  
Could you please explain how can i implement this feature in my situation?

---

<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: [May 12, 2023, 11:55pm UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705/5 "2023-05-12T23:55:51Z")

</div>

Are you storing a list of comma-delimited amenities for your restaurants table?

---

<div class="post-metadata">

### Author: ![rawna](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@rawna](https://community.glideapps.com/u/rawna)
#### Post date: [May 13, 2023, 8:27am UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705/6 "2023-05-13T08:27:35Z")

</div>

I used boolean colums:

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/2/8235698095338461d78fa7cabceaec733960968e.png)

---

<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: [May 13, 2023, 11:24pm UTC](https://community.glideapps.com/t/how-can-i-create-multiple-filters/61705/7 "2023-05-13T23:24:00Z")

</div>

How many types of amenities do you have? And do you plan to add more to this?

I think you should switch to a comma-delimited list, it’s fewer columns to manage. Use a multiple choice component pointing to a list of possible amenities.
