Hey everyone,
So I’m bulding like a summary page, that will display all of my programs (called also “cohortes”) per contributors (called also “Intervenants”) per programs. It should look like that :
As you can see in the shared screen, the contributor can be repeated, but also the program. However, I can’t manage to find how to solve this. Here are some details about my two tables (only the needed details) :
Programs has a data “Contributors” which is a list of Contributors, and a Structure (a data type that is in common with my Contributor’s table)
Contributor has Structure (same)
Any suggestions on how can I do it ? Thaks in advance.
