# Need help for a coaching app (relation rows ?)

**URL:** https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169
**Category:** Ask for Help
**Created:** [January 28, 2024, 10:08pm UTC](https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169 "2024-01-28T22:08:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jordane\_Lelong](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jordane_lelong/32/64248_2.png) [@Jordane\_Lelong](https://community.glideapps.com/u/Jordane_Lelong)
#### Post date: [January 28, 2024, 10:08pm UTC](https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169/1 "2024-01-28T22:08:47Z")

</div>

Hello there!

I’m new to Glide and I am currently struggling with a feature I want to implement for a coaching app. I’ve tried to observe other products made by the community, however I seem to not get how it works ☹

Let’s say each trainee have their own Training Programs, that I want to show in a specific tab. Each Training Program have a set of exercices. I’ve created a table to store all the types of exercices that can be populated in the programs.

I managed to make the Program view customed to the signed-in user, but I don’t know how to show the exercices that only relate to the program showed.  
Do you have any clue on how I should set up my tables ? Thank you for the help 😄

 ![Capture d’écran 2024-01-28 à 23.07.37](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/d/7d0e0119842972562858b9c9ff7ebbcbf8e7fecd.jpeg)  
 ![Capture d’écran 2024-01-28 à 23.07.48](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/a/8a1c4907e3f121d182987e34a3ec9335ef4946f4.jpeg)

 ![Capture d’écran 2024-01-28 à 23.01.42](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/d/7d4708dee2f3ad285d05f140d8a76532cdddcf9f.jpeg)  
 ![Capture d’écran 2024-01-28 à 23.01.54](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/0/70d494c539001e4a34a9d7af9bf181dde65f9412.jpeg)  
 ![Capture d’écran 2024-01-28 à 23.02.13](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/d/4d12c1017934c262b17fee701c483235a2451cff.jpeg)

---

<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: [January 28, 2024, 11:45pm UTC](https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169/2 "2024-01-28T23:45:48Z")

</div>

Have a look at the following:

- [Relations](https://www.glideapps.com/docs/automation/computed-columns/relations)
- [Things in things](https://youtu.be/HwKoIekup00?si=8K266oPLeaHeR3EJ)

This two link cover exactly the same thing via different angles.

---

<div class="post-metadata">

### Author: ![Marcos\_Aquino](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marcos_aquino/32/69866_2.png) [@Marcos\_Aquino](https://community.glideapps.com/u/Marcos_Aquino)
#### Post date: [January 28, 2024, 11:53pm UTC](https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169/3 "2024-01-28T23:53:32Z")

</div>

You can create a relation between the “Exercice List” column in the “Programme sport” table and the “Key” column in the “Biblio Exercise” table.  
I believe this will bring up the visualization of the specific exercises in the program.

---

<div class="post-metadata">

### Author: ![Jordane\_Lelong](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jordane_lelong/32/64248_2.png) [@Jordane\_Lelong](https://community.glideapps.com/u/Jordane_Lelong)
#### Post date: [January 29, 2024, 8:14am UTC](https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169/4 "2024-01-29T08:14:55Z")

</div>

Hello @nathanaelb @Marcos_Aquino,

Thank you for your answers.

I tried adding a relation row as said, nothing changed on the app’s side. I’ve finally added a lookup row in the “Biblio exercice” as well and managed to add filters on the details page to show only the exercices related to the program displayed.

Thank you for your patience, even though the documentation is really well done, it’s sometimes tricky to get it right at the first try 😄

---

<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: [February 4, 2024, 11:54pm UTC](https://community.glideapps.com/t/need-help-for-a-coaching-app-relation-rows/70169/5 "2024-02-04T23:54:14Z")

</div>

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