Hey.
I would like to add a text box above my repeating group to dynamically display the various groupings of my date. The data is a list of students sorted by grades., and I would like to display their images by grade (done!), with each grade having its own heading. Do I need to use custom states to achieve this most easily, or is there a more straightforward way that I am missing?
Thanks
You can have a parent repeating group where each cell is a different grade grouping and then within that cell have a dynamically updated header with another repeating group under to actually show all the pictures of the people in the grade…
Thanks. This worked well, but I ended up changing the layout.
I would like potential clients to select the grade by clicking one of the 12 images, each representing one grade (see attached). The parent clients are then presented with images of all the students for that grade for them to select.
. The aim would then to guide them through a product ordering process that begins with the clicking of the image. I have tried adding a custom event onto the Select button, but my popup doesn,t seem able to find the event to use as a data source. I have double and triple checked it, but the data source for the pop up just doesn’t seem to want to be drawn from the current cell,
I have a parent RG that oulines all the Grades, and a RG child that spits out those images. The select button sits in the 2nd RG group, the one with the images.
Hoping this is clear.
Kind regards,
Felix