Repeating group with dynamic columns and dynamic rows

Hi all,

I can’t seem to figure out a way to create a repeating group or table that allows for dynamic columns and rows.

What I am trying to achieve can be seen in the example diagram below.

So I have a data type called ‘activities’ and the data type ‘users’. All the activities would need to load dynamically as columns, and all the users would need to load dynamically as rows. The empty cells will allow me to input a grade for each user for each activity. This is replicating Google classrooms and I cannot think of the best way to achieve it.

Any help will be greatly appreciated.

Cheers
CM

1 Like

I can’t figure it out either.

I thought I had it nesting a repeating group inside of the new table element because it allowed me to call in the current row data or current column data… However, when you try to call data from a column inside of another repeating group… It doesn’t actually pull in the info.

So keep me in the loop if you figure it out.

1 Like

Just add a nested row repeating group with the activities. So, your header will be:

User’s name
Repeating Group of Activities
Each cell in activities group is ‘Arbitrary text Activity Current cell’s index’

1 Like

Thank you, I will give it a shot

The trick was creating a Vertical RG - then putting a Normal Group inside that - then putting a Horizontal RG inside that.
This allows you to do a search using info from both the vertical and horizontal data.
I just had to put this in my own words… But thank you for guiding me to this. :grin:

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