I need to create a report that displays information from a subgrid on a form, so I have an entity - exams - with a N:N relationship with another entity - student. A student could have multiple exams in the subgrid. I need to create a report grouped
by student, with all the exams for each student. I'm trying to do this using the report wizard, but the subgrid isn't an availavle field for inclusion on the form. This is all developed in the cloud, so I can't write SQL.
Any ideas?
Thanks