# Not giving result in inline list

**URL:** https://community.glideapps.com/t/not-giving-result-in-inline-list/55563
**Category:** Ask for Help
**Created:** [December 8, 2022, 3:56pm UTC](https://community.glideapps.com/t/not-giving-result-in-inline-list/55563 "2022-12-08T15:56:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [December 8, 2022, 3:56pm UTC](https://community.glideapps.com/t/not-giving-result-in-inline-list/55563/1 "2022-12-08T15:56:53Z")

</div>

I am having problem in populating my inline list.  
I have a column in a data table (from a google sheet) that has names, addresses etc and regions.  
I am using “choice picker” that selects the “user region” column from the table (sorted in alphabetical order) .  
The chosen region is than written to a column “region” (that is user specific)  
In the inline list I have the condition “user region is region” - but no results are shown  
When I go back to the data table, the region column is blank down to row 288 where the chosen region is show.

I have done this in the past and it has worked !

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 8, 2022, 4:59pm UTC](https://community.glideapps.com/t/not-giving-result-in-inline-list/55563/2 "2022-12-08T16:59:28Z")

</div>

The issue is that you’re filtering the screen to that row rather than filtering the list. Here’s how I create choice component filters:

Glide: Filter an Inline List with Choice Components

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/3/a36de7f79d84a25c639ffd2dfb909bd7dc8a12b6.jpeg "Glide: Filter an Inline List with Choice Components") ](https://www.youtube.com/watch?v=NOYFsVUWQXw)

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [December 13, 2022, 1:22pm UTC](https://community.glideapps.com/t/not-giving-result-in-inline-list/55563/3 "2022-12-13T13:22:58Z")

</div>

Thanks for this Robert  
I have followed your excellent guide and YES it works

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 13, 2022, 2:33pm UTC](https://community.glideapps.com/t/not-giving-result-in-inline-list/55563/4 "2022-12-13T14:33:01Z")

</div>

Happy to help!

---

<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: [December 14, 2022, 2:33pm UTC](https://community.glideapps.com/t/not-giving-result-in-inline-list/55563/5 "2022-12-14T14:33:39Z")

</div>

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