I have a report containing seven tables, each table returning a different set of values for a list of id's selected in a parameter list. I have the tables enclosed in a rectangle so that they print together.
Now I would like to group the results based on the id passed in from the multi-select parameter. So if I have a list of four ids in my parameter list the report would displaying my rectangle of seven tables four times, one for each id.
What would be the best way to do this?
Should I take my rectangle of seven tables and enclose it in another table grouped on the id? Or place it in a list item?
Any suggestions?