# Missing an option in a Choice selector

**URL:** https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558
**Category:** Ask for Help
**Created:** [August 24, 2020, 12:35pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558 "2020-08-24T12:35:15Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Xavier\_Delplanque](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xavier_delplanque/32/45565_2.png) [@Xavier\_Delplanque](https://community.glideapps.com/u/Xavier_Delplanque)
#### Post date: [August 24, 2020, 12:35pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/1 "2020-08-24T12:35:15Z")

</div>

Hi everyone,

I’m having an issue displaying options in a Choice dropdown.  
The 3rd option is missing, although it appears in the relation.  
Is this a known issue, or am I missing something ?

Thanks for your help!

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/3/39024f2cf13b7deec8504595089c6a3d01e22dd7.jpeg)

---

<div class="post-metadata">

### Author: ![Xavier\_Delplanque](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xavier_delplanque/32/45565_2.png) [@Xavier\_Delplanque](https://community.glideapps.com/u/Xavier_Delplanque)
#### Post date: [August 24, 2020, 12:35pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/2 "2020-08-24T12:35:52Z")

</div>

Here is the data

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/6/6768ff572335e5cd58114281d801363dd639d7c9.jpeg)

---

<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: [August 24, 2020, 12:36pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/3 "2020-08-24T12:36:45Z")

</div>

Do you filter them by any conditions?

---

<div class="post-metadata">

### Author: ![Xavier\_Delplanque](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xavier_delplanque/32/45565_2.png) [@Xavier\_Delplanque](https://community.glideapps.com/u/Xavier_Delplanque)
#### Post date: [August 24, 2020, 1:45pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/4 "2020-08-24T13:45:14Z")

</div>

Thanks for your help!

No, no filter.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/1/101f1a9197b2d995f293dabea380921871580398.jpeg)

It looks like changing “value” / “display as” shows the right number of options.  
I’ve just tried changing the value for the 3rd option, and it worked.

I believe that 3 options with the same value are considered as duplicate ☹

---

<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: [August 24, 2020, 2:34pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/5 "2020-08-24T14:34:25Z")

</div>

That sounds like a bug. I expect the choice component to show unique values for the Display As, but uniqueness should not be further affected by the value written to the sheet, unless you are only using value and not using the Display As function. @Mark

---

<div class="post-metadata">

### Author: ![Mark](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark/32/125_2.png) [@Mark](https://community.glideapps.com/u/Mark)
#### Post date: [August 24, 2020, 2:37pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/6 "2020-08-24T14:37:06Z")

</div>

That’s an interesting use case. We hadn’t thought about that. Will fix.

---

<div class="post-metadata">

### Author: ![Mark](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark/32/125_2.png) [@Mark](https://community.glideapps.com/u/Mark)
#### Post date: [August 24, 2020, 10:30pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/7 "2020-08-24T22:30:23Z")

</div>

Actually, here’s a problem:

Let’s say you answer with “Option 009”, so Glide writes “0” into your column. Then you come back to the question, but it doesn’t know whether to show “Option 005” or “Option 009”, because they both map to “0”.

---

<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: [August 24, 2020, 11:09pm UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/8 "2020-08-24T23:09:21Z")

</div>

@Mark Ahh, that’s a fair point. Would it be resonable for it to only work that way on Add and Form screens, or would that just cause more confusion if a user sees is working one way in Add/Form, then working another way if they are allowed to Edit. I guess I don’t know what the best answer would be here. Incorporating the future Split Text feature could maybe come into play with a template that contains both the option and the score, but I’m not sure if that will work exactly how I picture it. I’ll elaborate further in the Join List thread.

@Xavier_Delplanque maybe your best solution here is to save the option name instead. Then within the form response sheet, create a template joining the question and option values. Do the same template in the options sheet. Then create a relation and a lookup to pull in the score into the form response sheet.

---

<div class="post-metadata">

### Author: ![Xavier\_Delplanque](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xavier_delplanque/32/45565_2.png) [@Xavier\_Delplanque](https://community.glideapps.com/u/Xavier_Delplanque)
#### Post date: [August 25, 2020, 7:32am UTC](https://community.glideapps.com/t/missing-an-option-in-a-choice-selector/14558/9 "2020-08-25T07:32:57Z")

</div>

Thanks guys,

@Jeff_Hager, I believe that’s what I ended up doing :

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/74eed1b542fdc2d7f97fddbc43fefe1bbb6a7743.jpeg)

A bit on the heavy side but that works.  
I should probably change the model if I want to display more than 3 questions though.
