# Multiple Selection...what am I doing wrong?

**URL:** https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514
**Category:** Ask for Help
**Created:** [December 30, 2021, 11:06pm UTC](https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514 "2021-12-30T23:06:55Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [December 30, 2021, 11:06pm UTC](https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514/1 "2021-12-30T23:06:55Z")

</div>

I feel sort of dense here, but I can’t figure out how to display the results of a multiple selection choice component. It’s possible I may be misapplying the choice component or misunderstanding its function.

Each user can use the Choice Component to select as many of the items in the main sheet (Hammer, Wrench, Screwdriver, etc.) and save them to a column that is user specific, in a sheet called “user select” That all works fine; the user’s selections show up as comma separated values.

Now, I want to display the user’s selections from the main sheet in a list and include other fields from that row:

- Wrench - Acme - $5
- Hammer - Smithfield - $12

Instead, I can only seem to display it as a series of comma separate values: Wrench, Hammer, Screwdriver

What additional steps are needed? I know I’m missing something kinda basic here…

---

<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: [December 30, 2021, 11:13pm UTC](https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514/2 "2021-12-30T23:13:44Z")

</div>

Create a Split Text column that will convert those comma separated values into an array. Then create a multiple Relation column that links that Spit Text array to the table that you used for your choice component. Now you can add an inline list on your screen that uses the relation as it’s source.

---

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [December 31, 2021, 12:07am UTC](https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514/3 "2021-12-31T00:07:34Z")

</div>

Makes sense. Let me give that a try.

---

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [December 31, 2021, 1:51am UTC](https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514/4 "2021-12-31T01:51:35Z")

</div>

That was the missing ingredient. Very helpful. Thanks

---

<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: [January 1, 2022, 1:51am UTC](https://community.glideapps.com/t/multiple-selection-what-am-i-doing-wrong/36514/5 "2022-01-01T01:51:57Z")

</div>

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