# Relations column is not detected if "Match Multiple" is selected

**URL:** https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624
**Category:** Report a Bug
**Created:** [August 25, 2020, 3:55am UTC](https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624 "2020-08-25T03:55:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![SharmaB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sharmab/32/12497_2.png) [@SharmaB](https://community.glideapps.com/u/SharmaB)
#### Post date: [August 25, 2020, 3:55am UTC](https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624/1 "2020-08-25T03:55:26Z")

</div>

My app’s URL: [https://various-desk-3084.glideapp.io/](https://various-desk-3084.glideapp.io/)

I’m trying to build an app to show daily reports to my clients. The worksheet has two sheets. The first sheet has one row for each date to record the day’s low and high temps, weather status, visitors, etc. The other sheet may have multiple rows for the same date, each row showing different work done for that date. The idea is to build the relationship in the first sheet that collects all the work done in the second sheet for a date - this is easy; you select date in the first sheet and then match all dates in the second sheet by selecting “match multiple”. However, when I try to create a relations button for the first sheet it says that there’s no relations column available. When I go back and de-select the “match multiple”, the column is suddenly found by the button. Any solutions for this quandary?

---

<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 25, 2020, 4:01am UTC](https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624/2 "2020-08-25T04:01:28Z")

</div>

You can keep the multiple match and show it in an inline list instead, or use it in a link to screen action as the value.

---

<div class="post-metadata">

### Author: ![SharmaB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sharmab/32/12497_2.png) [@SharmaB](https://community.glideapps.com/u/SharmaB)
#### Post date: [August 26, 2020, 1:47am UTC](https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624/3 "2020-08-26T01:47:47Z")

</div>

Thank you very much, Dinh. This did work as I wanted. However, I still think that the inability to work as I tried before must be a bug.

---

<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 26, 2020, 1:54am UTC](https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624/4 "2020-08-26T01:54:46Z")

</div>

That’s by design. The relation component is only designed for single relations and intended to show only one matching item. The Inline List and List Relation components are only designed to work with multiple relations and display multiple list items.

---

<div class="post-metadata">

### Author: ![SharmaB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sharmab/32/12497_2.png) [@SharmaB](https://community.glideapps.com/u/SharmaB)
#### Post date: [August 26, 2020, 2:17pm UTC](https://community.glideapps.com/t/relations-column-is-not-detected-if-match-multiple-is-selected/14624/5 "2020-08-26T14:17:01Z")

</div>

Ah, got it. Thanks.
