G
Green Biro
I have designed a report based on student.
For each student I need a number of sub reports run, some of which return
more than one record.
This works fine except for the fact that it is very slow, presumably because
the sub reports are being run once for each student and some of them are
quite complicated involving calculated fields and subqueries.
This seems inefficient to me. Is there some way I can get the sub report
queries to run just once at the outset and somehow 'cache' the data so that
a filtered version of it can be shown for each student.
Thanks
GB
For each student I need a number of sub reports run, some of which return
more than one record.
This works fine except for the fact that it is very slow, presumably because
the sub reports are being run once for each student and some of them are
quite complicated involving calculated fields and subqueries.
This seems inefficient to me. Is there some way I can get the sub report
queries to run just once at the outset and somehow 'cache' the data so that
a filtered version of it can be shown for each student.
Thanks
GB