# Grouping

**URL:** https://community.glideapps.com/t/grouping/2203
**Category:** Ask for Help
**Created:** [November 20, 2019, 3:58pm UTC](https://community.glideapps.com/t/grouping/2203 "2019-11-20T15:58:03Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![jonlutz79](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jonlutz79/32/55213_2.png) [@jonlutz79](https://community.glideapps.com/u/jonlutz79)
#### Post date: [November 20, 2019, 3:58pm UTC](https://community.glideapps.com/t/grouping/2203/1 "2019-11-20T15:58:03Z")

</div>

Is there currently any way to group lists by a particular field?

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [November 20, 2019, 4:35pm UTC](https://community.glideapps.com/t/grouping/2203/2 "2019-11-20T16:35:19Z")

</div>

Yes two ways.

1. In the sheets by use a filter or query function on a separate sheet to pull in only the rows you want.
2. Create Tabs in Glide and then in Features create a filter on that column value

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 20, 2019, 4:46pm UTC](https://community.glideapps.com/t/grouping/2203/3 "2019-11-20T16:46:56Z")

</div>

You could also create multiple Inline Lists or List Relation components that point to the same sheet, and apply filtering within the builder to each list. The filter would be the category you want to group by.

---

<div class="post-metadata">

### Author: ![jonlutz79](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jonlutz79/32/55213_2.png) [@jonlutz79](https://community.glideapps.com/u/jonlutz79)
#### Post date: [November 20, 2019, 4:57pm UTC](https://community.glideapps.com/t/grouping/2203/4 "2019-11-20T16:57:57Z")

</div>

Hmm…thanks for this. But no way to see a dynamic list of all the group headers w/ the corresponding items below all on one screen?  
 ![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/e/e8ac224ba9ee97e87670ed6f3a2f0128b7af9fe4.gif)

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [November 20, 2019, 5:21pm UTC](https://community.glideapps.com/t/grouping/2203/5 "2019-11-20T17:21:13Z")

</div>

No but I humbly suggest that that is not the “mobile” device way of doing things. From a usability point of view drilling down from categories to details is the tried and true way to present things, especially when working with very little screen real estate. Sure if you are looking at a 25 or 32 inch monitor, having the entire list can be nice but not on a mobile phone.

---

<div class="post-metadata">

### Author: ![jonlutz79](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jonlutz79/32/55213_2.png) [@jonlutz79](https://community.glideapps.com/u/jonlutz79)
#### Post date: [November 20, 2019, 6:24pm UTC](https://community.glideapps.com/t/grouping/2203/6 "2019-11-20T18:24:42Z")

</div>

I see what you mean. What about dynamic filtering? Is it possible to use a slide toggle to filter an inline list? ![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/e/e8ac224ba9ee97e87670ed6f3a2f0128b7af9fe4.gif)

---

<div class="post-metadata">

### Author: ![jonlutz79](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jonlutz79/32/55213_2.png) [@jonlutz79](https://community.glideapps.com/u/jonlutz79)
#### Post date: [November 20, 2019, 7:09pm UTC](https://community.glideapps.com/t/grouping/2203/7 "2019-11-20T19:09:40Z")

</div>

@Jeff_Hager I was able to do what you suggest, but it seems I then run into problems if I want to drill into a detail view for each item, as it takes me into an infinite loop. I suppose this is because the original view with the inline lists is already a detail view, though I’m not sure. Are you aware of this issue or any workaround?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 20, 2019, 8:22pm UTC](https://community.glideapps.com/t/grouping/2203/8 "2019-11-20T20:22:45Z")

</div>

Create a new placeholder sheet. Just needs one heading. Doesn’t matter what it is. That will be your tab. On there you can place your lists. Since you modified the detail layout for the existing sheet, you will probably have to reconfigure that layout.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 21, 2019, 1:13am UTC](https://community.glideapps.com/t/grouping/2203/9 "2019-11-21T01:13:37Z")

</div>

> [@jonlutz79](#):
>
> I see what you mean. What about dynamic filtering? Is it possible to use a toggle slide to filter an inline list? ![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/e/e8ac224ba9ee97e87670ed6f3a2f0128b7af9fe4.gif)

Check out the Dynamic List Filter in [https://concepts.glideapp.io/](https://concepts.glideapp.io/) . That example relies on a detail page using per user data that would have to be unique for each user, but it could be possible depending on your situation.
