# Related articles

**URL:** https://community.glideapps.com/t/related-articles/16266
**Category:** Ask for Help
**Created:** [September 23, 2020, 11:23pm UTC](https://community.glideapps.com/t/related-articles/16266 "2020-09-23T23:23:15Z")
**Posts on this page:** 11
**Page:** 2

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 12:27am UTC](https://community.glideapps.com/t/related-articles/16266/21 "2020-09-24T00:27:00Z")

</div>

I see what you mean, but look at the attached, I did as you suggested. Maybe a bug?

 ![Screen Shot 2020-09-23 at 2.26.22 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/2/25f84c9c6bc8560e8063065d80536db9005a0fca.png)

---

<div class="post-metadata">

### Author: ![\_eric](https://avatars.discourse-cdn.com/v4/letter/_/5f9b8f/32.png) [@\_eric](https://community.glideapps.com/u/_eric)
#### Post date: [September 24, 2020, 12:28am UTC](https://community.glideapps.com/t/related-articles/16266/22 "2020-09-24T00:28:12Z")

</div>

Yes, that definitely looks like a bug to me.

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 12:30am UTC](https://community.glideapps.com/t/related-articles/16266/23 "2020-09-24T00:30:17Z")

</div>

Thanks for pointing me in the right direction @_eric, the good news is that on the relation list, it’s only showing the related articles and not a bunch of random one 😃

FYI @david bug for you maybe?

---

<div class="post-metadata">

### Author: ![\_eric](https://avatars.discourse-cdn.com/v4/letter/_/5f9b8f/32.png) [@\_eric](https://community.glideapps.com/u/_eric)
#### Post date: [September 24, 2020, 12:31am UTC](https://community.glideapps.com/t/related-articles/16266/24 "2020-09-24T00:31:01Z")

</div>

Good to hear! 🙌

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 12:49am UTC](https://community.glideapps.com/t/related-articles/16266/25 "2020-09-24T00:49:36Z")

</div>

I spoke too soon, it’s showing all kinds of random articles on inline list

---

<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 24, 2020, 1:00am UTC](https://community.glideapps.com/t/related-articles/16266/26 "2020-09-24T01:00:38Z")

</div>

Because you are splitting on an empty field, the relation will return all rows with empty field.

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 1:05am UTC](https://community.glideapps.com/t/related-articles/16266/27 "2020-09-24T01:05:51Z")

</div>

I see but it doesn’t make much sense does it @ThinhDinh?

---

<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 24, 2020, 1:06am UTC](https://community.glideapps.com/t/related-articles/16266/28 "2020-09-24T01:06:51Z")

</div>

It is the expected behavior because relation are matching what you want to match it to.

What I would do in this case is to show the list of related articles via the relation when the keyword field is not empty, else hide it.

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 1:08am UTC](https://community.glideapps.com/t/related-articles/16266/29 "2020-09-24T01:08:31Z")

</div>

Perfect solution, thanks @ThinhDinh 🤩

---

<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 24, 2020, 1:09am UTC](https://community.glideapps.com/t/related-articles/16266/30 "2020-09-24T01:09:28Z")

</div>

As the relation may return the same article in the row, make sure you filter that out as well (I assume you can do that with rowID is not screen’s rowID).

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 1:10am UTC](https://community.glideapps.com/t/related-articles/16266/31 "2020-09-24T01:10:15Z")

</div>

Yes, that part is already done but with article name, I should use row ID, probably better. Thank you !

[Previous page](https://community.glideapps.com/t/related-articles/16266.md?page=1)
