On the data set beforeOpen script:
footlist = "";
On the data set beforeOpen script:
foolist +=row['asset_tag'] + ", ";
On the layout, I added a dynamic text following the table:
foolist=foolist.replace(/,\s*$/, "");
foolist;
Here is how it looks in the report designer.
Here is how it looks on the report. That list can be copied and pasted into the template phase to search for assets. This is especially helpful if you have a template requiring multiple asset classifications in multiple buildings as it defines the exact list of assets.
This approach could also be used for building lists of shop people to search for daily assignments to compose a url.