# Choice component in Glide Big Table

**URL:** https://community.glideapps.com/t/choice-component-in-glide-big-table/76657
**Category:** Ask for Help
**Created:** [September 27, 2024, 3:17am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657 "2024-09-27T03:17:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![TeenGlide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teenglide/32/63021_2.png) [@TeenGlide](https://community.glideapps.com/u/TeenGlide)
#### Post date: [September 27, 2024, 3:17am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657/1 "2024-09-27T03:17:09Z")

</div>

Hi everyone,  
I have some question about components “choise” in glide.  
I have one big query with 200 000 factory name.  
In an form i have an choise components, my source is my table big query.  
That choise components display like 50 name and at the bottom, i have " Search to find more…", ok for me that fine.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/9/49cb2efce7b16fadd3e37d87aec80f8647998f2a.png)

BUT when i select the research bar and i put a name i don’t have any result.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/e/6ed47f105c241dce7a15449a0dc7992dac1522df.png)

Choise components option :

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/9/895a17211b6cc870a76e6edb7dabb2e06512dca2.png)

Any idéa about this bug ?

(SORRY i’m french so i don"t have perfect english)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 28, 2024, 2:25am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657/2 "2024-09-28T02:25:13Z")

</div>

Might be obvious, but are you sure you have that name in your database? Can you try searching for Champion (Sogecom)?

---

<div class="post-metadata">

### Author: ![TeenGlide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teenglide/32/63021_2.png) [@TeenGlide](https://community.glideapps.com/u/TeenGlide)
#### Post date: [September 28, 2024, 6:56am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657/3 "2024-09-28T06:56:43Z")

</div>

Ok in my data base i have “GIE SURGET” ROW 6.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/7/9761e7dd2a08859924800e49ff32605c640ab42d.png)

I create an collection to show all factory.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/5/f512f000ec0fb57c4ef5719f5da67d8ebfb398dd.png)

When i use research bar for “GIE SURGET” i have no result.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/1/41cd4e0bfe934d43cfbb200b8136a8e98105e0ab.png)

I find that doc, [BigQuery | Glide Docs](https://www.glideapps.com/docs/bigquery) .  
“The following components will load at most 5000 rows:  
Chart  
Radial Chart  
Choice  
Kanban  
Calendar”

i don’t know why i have no result.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 28, 2024, 9:07am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657/4 "2024-09-28T09:07:05Z")

</div>

If you search anything already on that screen, say SEMA does it show you the result?

---

<div class="post-metadata">

### Author: ![TeenGlide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teenglide/32/63021_2.png) [@TeenGlide](https://community.glideapps.com/u/TeenGlide)
#### Post date: [September 28, 2024, 9:30am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657/5 "2024-09-28T09:30:40Z")

</div>

I find the probleme i think  
my title sur an template :  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/b/9b50125126963f39bf7893599067a833276bfe75.png)

when i put in title just “enseigne” have find :

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/9/d93e727eacae85c510e685dd78c588df85fb0090.jpeg)

So i can"t do template in big query table WTF ?

---

<div class="post-metadata">

### Author: ![TeenGlide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teenglide/32/63021_2.png) [@TeenGlide](https://community.glideapps.com/u/TeenGlide)
#### Post date: [September 28, 2024, 9:38am UTC](https://community.glideapps.com/t/choice-component-in-glide-big-table/76657/6 "2024-09-28T09:38:28Z")

</div>

My bad i think :  
I read one more time glide docs :  
" In [computed columns](https://www.glideapps.com/docs/computed-columns), filtering, sorted, and search is not supported."

So i will une big table form glide i think and use api form big query.

TY
