Display data multiples time in a table / RG

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.

search for programs in a repeating group. In visual elements show the necessary details like contributors and program…however, looking closely at the screen shot, you are likely better off just adding to the user data type the cohorte as a list and just search for Users and display their cohortes…no reason to show users twice.

This topic was automatically closed after 70 days. New replies are no longer allowed.