# Relation Column Showing Matches, but not Displaying them

**URL:** https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986
**Category:** Ask for Help
**Created:** [August 26, 2021, 5:24pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986 "2021-08-26T17:24:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![RyanThomas](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@RyanThomas](https://community.glideapps.com/u/RyanThomas)
#### Post date: [August 26, 2021, 5:24pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/1 "2021-08-26T17:24:15Z")

</div>

I’m pretty confused on this one. I use relation columns all the time, feel like I understand them very well, but I can’t seem to get this one to work.

Here is my app:

> **[CineFolder](https://prbik.glideapp.io/)**
>
> Pre-Production for film and commercials.

Let me know what I should share for you to be able to best help me, been a while since I’ve made a post on the forums.

Basically I have this column Shot Relation. Users have the ability to create a film project, in each project there are many shots. I have a tab where I’d like to show users their shot list.

 ![Screen Shot 2021-08-26 at 10.17.27 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/9/196931848b4c5e61e9e53fa17610e00d367fddad.png)

I have a tab that is on my user sheet with details as the style. I have added an inline list to this page.

From here I take the users “selected project” and then I make a relation column that matches to my shots page and matches all shots with that same project.

![Screen Shot 2021-08-26 at 10.22.41 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/2/e2ecc20f1efc54f8f7f9acb6c78c38b0f439d23c.png)

This is the result of my relations column. Its a bit strange. Projects that have a picture for every single shot will work fine and will show up in the inline list. Projects that do not have pictures will not display and show a bunch of those emojis instead.

 ![Screen Shot 2021-08-26 at 10.23.14 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/7/870839c84239b2c8e0f0d52e85f8c64ccb615a70.png)

What am I missing here?

---

<div class="post-metadata">

### Author: ![RyanThomas](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@RyanThomas](https://community.glideapps.com/u/RyanThomas)
#### Post date: [August 26, 2021, 5:26pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/2 "2021-08-26T17:26:35Z")

</div>

Here is one that has pictures for all of the shots and is working fine:

 ![Screen Shot 2021-08-26 at 10.25.42 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/9/8908f19c077a7be5682ada570cc1ec4268bf3cd9.jpeg)

Then for something with lots of shots, but not fully pictured out. It’s just blank.

 ![Screen Shot 2021-08-26 at 10.26.12 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/f/8f95e36e64aa1401bce69f0b5bf4a5445b3b2504.png)

---

<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, 2021, 7:33pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/3 "2021-08-26T19:33:20Z")

</div>

Do you have any filters on your inline list?

---

<div class="post-metadata">

### Author: ![RyanThomas](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@RyanThomas](https://community.glideapps.com/u/RyanThomas)
#### Post date: [August 27, 2021, 6:23am UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/4 "2021-08-27T06:23:50Z")

</div>

![Screen Shot 2021-08-26 at 11.23.39 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/c/6c3d28686982dfcef03fcb322eb1b088cd5ca2c9.png)  
No filters on this inline list.

---

<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 27, 2021, 1:30pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/5 "2021-08-27T13:30:48Z")

</div>

Any Row Owners in the Shots sheet?  
For the related rows that have no images, do they still have Shot Name and Title Template?

Couple of things to try. Try recreating the same relation. Try recreating the inline list. Create a rollup column to count the number of rows in the relation and try to display that count on the screen.

---

<div class="post-metadata">

### Author: ![RyanThomas](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@RyanThomas](https://community.glideapps.com/u/RyanThomas)
#### Post date: [August 27, 2021, 3:57pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/6 "2021-08-27T15:57:55Z")

</div>

Awesome!! Thank you. You helped me solve it.

The issue was I had it being grouped by Scene number, but because of how I changed the app, scene number is no longer filled out. Since it had nothing to group by, it didn’t show any results. It worked on older ones because those had the scene number field filled out.

---

<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 27, 2021, 4:16pm UTC](https://community.glideapps.com/t/relation-column-showing-matches-but-not-displaying-them/30986/7 "2021-08-27T16:16:09Z")

</div>

Ahh, that makes sense. I didn’t think about Grouping. Glad you got it fixed.
