Hi,
I have a report set up on Jasper Server that shows employee statistics based on the parameter EmployeeID. Now I want to schedule the report to be generated every week, for all employees. These values are in a value list. How can I set up a schedule job that generates seperate reports for all values of the input parameter, without creating 100s of jobs?
1 Answer:
Posted on December 30, 2013 at 2:18pm
What you want to do is report bursting, check this post by @Ernesto where he explain doing that using JETL http://community.jaspersoft.com/blog/report-bursting-jasperreports-server
That method is a lot easyer to manage and you do not need to have 100 jobs in the scheduler.