# Display only details of wanted rows

**URL:** https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693
**Category:** Ask for Help
**Created:** [November 22, 2022, 12:16pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693 "2022-11-22T12:16:12Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![prizal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/prizal/32/46421_2.png) [@prizal](https://community.glideapps.com/u/prizal)
#### Post date: [November 22, 2022, 12:16pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693/1 "2022-11-22T12:16:12Z")

</div>

Hello all,  
I have a sheet of database as such. From time to time, there going to be additional rows added by users. I would like to have a screen that displays only the details of certain properties that I pick in the property column.  
Like in the snap shot , I would have a screen that only displays all the records of Ampang Jalan Rasmi 14 (with all the rows detail). tq

 ![capt](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/6/d6ee6068264b57fce38398b451ca9245c1902f2a.png)

---

<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: [November 22, 2022, 12:18pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693/2 "2022-11-22T12:18:03Z")

</div>

You can use an Inline List and apply a filter.

> **[Glide Docs • Inline List](https://www.glideapps.com/docs/reference/app-components/inline-list)**
>
> Show a list of items on a details screen.

> **[Glide Docs • Filter](https://www.glideapps.com/docs/reference/ux/filter)**
>
> Filter your lists based on criteria

---

<div class="post-metadata">

### Author: ![prizal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/prizal/32/46421_2.png) [@prizal](https://community.glideapps.com/u/prizal)
#### Post date: [November 22, 2022, 12:53pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693/3 "2022-11-22T12:53:47Z")

</div>

thank you, I got to this after looking at the guide. but I want it to only display test123 and not Ampang jalan rasmi 14 on the same page. Where do I adjust this? There should be an earlier page allowing me to pick which blue circle item to view before i get to this page

 ![capt](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/6/06f5d19ee926f9fba6fbad77d5f45c850f60cd92.png)

---

<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: [November 22, 2022, 12:59pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693/4 "2022-11-22T12:59:42Z")

</div>

It looks like you are grouping by Property rather than filtering.

Look in your List Component settings under Options.  
You should see something like the following:

 ![Screen Shot 2022-11-22 at 8.57.49 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/9/99ff38e8591985f538146ab9a7f52cbf534300b2.png)

What you need to do is add a filter, and your filter can be something like “Property includes Ampang”.

A more robust approach would be to use a PropertyID, but perhaps that’s for another time 🙂

---

<div class="post-metadata">

### Author: ![prizal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/prizal/32/46421_2.png) [@prizal](https://community.glideapps.com/u/prizal)
#### Post date: [November 22, 2022, 1:27pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693/5 "2022-11-22T13:27:23Z")

</div>

do i always need to type in ampang/others manually if i need to view such rows ?

---

<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: [November 22, 2022, 1:30pm UTC](https://community.glideapps.com/t/display-only-details-of-wanted-rows/54693/6 "2022-11-22T13:30:10Z")

</div>

No, it’s possible to create dynamic filters.

Watch the below tutorial to get some ideas…

> [@tada Filter Inline Lists Using Multi-Select Choice Components!](https://community.glideapps.com/t/filter-inline-lists-using-multi-select-choice-components/37566):
>
> Hey all! I found a super streamlined way to filter an inline list using multi-select choice components. Take a look! [[Glide: Filter an Inline List with Choice Components] ](https://www.youtube.com/watch?v=NOYFsVUWQXw)
