# Multiple level filtering

**URL:** https://community.glideapps.com/t/multiple-level-filtering/24361
**Category:** Ask for Help
**Created:** [March 16, 2021, 3:27pm UTC](https://community.glideapps.com/t/multiple-level-filtering/24361 "2021-03-16T15:27:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mike\_Farnan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mike_farnan/32/23428_2.png) [@Mike\_Farnan](https://community.glideapps.com/u/Mike_Farnan)
#### Post date: [March 16, 2021, 3:27pm UTC](https://community.glideapps.com/t/multiple-level-filtering/24361/1 "2021-03-16T15:27:51Z")

</div>

Hello. I am trying see an example or validate an app that uses multiple filters to sort through a large list of features. I imagine a filter for category1 - where category1 has feature1, feature2 … feature10 . Then adding a second filter for category2, where category2 has feature 1, feature2 … feature8. Then adding a third filter for category 3 … and so on and so on for about 10 categories.

I envision an interface that shows radio buttons for the features a category. The user would pick a category, then select the features wanted for that category with radio buttons. Then do it again with the subsequent categories. The user can pick features in each of the 10 categories and the list will continue to be filtered. There should be a button to reveal the filtered list. The filtered list will show card view any products that meet all the filters applied.

Since I can’t see any examples listed I wonder if it can be done. Is it feasible?

If it can be done, are there any examples to show me the UI for filtering.

Mike

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 16, 2021, 3:39pm UTC](https://community.glideapps.com/t/multiple-level-filtering/24361/2 "2021-03-16T15:39:22Z")

</div>

yes, possible. Check out this tutorial for some ideas…

> [@tornado Use Multiple Choice Components to Filter an Inline List](https://community.glideapps.com/t/use-multiple-choice-components-to-filter-an-inline-list/16932):
>
> [[Glide: Filter an Inline List with Choice Components] ](https://www.youtube.com/watch?v=NOYFsVUWQXw) Updated July 2022 
> 
> > **Version 1**
> >
> > \<a href="https://www.youtube.com/watch?v=rtbFccDKuH0"\>https://www.youtube.com/watch?v=rtbFccDKuH0\</a\>

Note that Glide doesn’t have a radio button component, but based on your description that would be the wrong choice anyway. You’ll probably want to use Checkboxes or Switches.

> **[Glide Docs](https://www.glideapps.com/docs)**
>
> Welcome to Glide Docs, a steadily growing collection of articles and videos on how to use Glide. We can’t wait to see what you build!
