# Getting my relations to show up as a source

**URL:** https://community.glideapps.com/t/getting-my-relations-to-show-up-as-a-source/74336
**Category:** Ask for Help
**Created:** [June 23, 2024, 8:25pm UTC](https://community.glideapps.com/t/getting-my-relations-to-show-up-as-a-source/74336 "2024-06-23T20:25:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Lakota\_Hilbun](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lakota_hilbun/32/61413_2.png) [@Lakota\_Hilbun](https://community.glideapps.com/u/Lakota_Hilbun)
#### Post date: [June 23, 2024, 8:25pm UTC](https://community.glideapps.com/t/getting-my-relations-to-show-up-as-a-source/74336/1 "2024-06-23T20:25:17Z")

</div>

![1000003498](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/7/f754e1f5c012206d5b54504f59914a7a7472be35.jpeg)  
 ![1000003499](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/b/ab4ee8ff7072ec38261c31b4ab62472ff586d53e.jpeg)  
Hello guys I have hit a bump in developing my app. I have attached images to show what my options are. Is there anyway to fix this or a way around it. I am just wanting the users to be able to select an option at top and it filter out by dates that match the choices chosen.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [June 23, 2024, 10:14pm UTC](https://community.glideapps.com/t/getting-my-relations-to-show-up-as-a-source/74336/2 "2024-06-23T22:14:45Z")

</div>

The sources of tabs are tables.

The sources of collections are either tables or relations, which is a link to another table or part of the same table.

The sources of the choice component are either tables or relations.

* * *

I think you might want to use a choice component, have the users select an option from the choice component, and that will filter a collection below.

> **[Choice | Glide Docs](https://www.glideapps.com/docs/essentials/components/choice)**
>
> Pick options from a list.
