# Filter Child Collection on Detail Screen of Item of the Parent Collection

**URL:** https://community.glideapps.com/t/filter-child-collection-on-detail-screen-of-item-of-the-parent-collection/77882
**Category:** Ask for Help
**Created:** [November 13, 2024, 3:19pm UTC](https://community.glideapps.com/t/filter-child-collection-on-detail-screen-of-item-of-the-parent-collection/77882 "2024-11-13T15:19:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Felix\_Bachle1](https://avatars.discourse-cdn.com/v4/letter/f/51bf81/32.png) [@Felix\_Bachle1](https://community.glideapps.com/u/Felix_Bachle1)
#### Post date: [November 13, 2024, 3:19pm UTC](https://community.glideapps.com/t/filter-child-collection-on-detail-screen-of-item-of-the-parent-collection/77882/1 "2024-11-13T15:19:17Z")

</div>

Hi all,

I think I have a simple question. However, I was not able to find the solution in here yet. A quick description:

I have a dataset. Each column of this dataset is linked to a category.  
I now show a collection component of the categories (image 1). When the user selects one of the categories, I want to show the filtered list (based on his category selection) of the dataset on the detailed screen. (image 2 - right now only the whole dataset is visible).

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/9/598de42e0f2bb5e04e777db1ac5710643fdeb20e.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/5/154a9a496294b259cb2d44b9d1c02212fbe07c79.jpeg)

Thanks a lot for your support!

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [November 13, 2024, 3:24pm UTC](https://community.glideapps.com/t/filter-child-collection-on-detail-screen-of-item-of-the-parent-collection/77882/2 "2024-11-13T15:24:55Z")

</div>

You should use a **Query Column** or a **Relation Column** in the applications table to link each application with its respective category and display related applications within each category.

Here is a video that may help you:

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/6/46784c95dc6dd923c1719c7b7629b7f8bad99e93.jpeg "Things in Things | Glide Apps Tutorial | No Code") ](https://www.youtube.com/watch?v=HwKoIekup00)

---

<div class="post-metadata">

### Author: ![Sekayi\_Liburd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sekayi_liburd/32/77608_2.png) [@Sekayi\_Liburd](https://community.glideapps.com/u/Sekayi_Liburd)
#### Post date: [November 13, 2024, 7:43pm UTC](https://community.glideapps.com/t/filter-child-collection-on-detail-screen-of-item-of-the-parent-collection/77882/3 "2024-11-13T19:43:44Z")

</div>

This advice by @Darren_Murphy was a game changer for me. I recommend you check it out.

> [@Searching everything from the home screen: tabs, collections or rows of data](https://community.glideapps.com/t/searching-everything-from-the-home-screen-tabs-collections-or-rows-of-data/72783/4):
>
> You could create you own custom search to do this. Something like this: Create a User Specific column to hold the search text. This should be in the table that your Home Screen is attached to. (Normally I’d say put that column in your User Profiles table, but I think your App doesn’t require sign in, yes?) In each of the tables that you want to search, add the following columns: – A single value column, that fetches the search term from the Home Screen table – Now, lets assume you have a Na…

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 20, 2024, 7:44pm UTC](https://community.glideapps.com/t/filter-child-collection-on-detail-screen-of-item-of-the-parent-collection/77882/4 "2024-11-20T19:44:05Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
