| Generate a Distinct Table for Each Element in Parameter Array [message #1822252] |
Mon, 02 March 2020 10:06  |
Eclipse User |
|
|
|
Let's say i have a .rptdesign that generates using a query like
SELECT * FROM foo JOIN bar ON foo.id = bar.foo_id where foo.site in ?
The report receives an array parameter, "reportSites", and runs in an application wrapped around the ReportEngine. Currently the application renders a single table with data displayed in aggregate for all selected sites.
Our users have requested an enhancement -- the ability to submit a list of sites and out a single report file that renders one table for each of the customer selected sites. Essentially, the output should appear as if the report were generated once for each selected site with the tables extracted into a single file. Any ideas on how to accomplish this?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03897 seconds