raju98321 Posted December 21, 2015 Posted December 21, 2015 Hi All,I am using Jasperserver Community version. I want to schedule to generate different report files for all the values of query based input control and also want to send the report to different email addresses. For an example I have a report set up on Jasper Server that shows all the order details of a customer based on the parameter CustomerID. Now I want to schedule the report to be generated every month, for all customers. These CustomerID's are populated in a Multi-select query. How can I set up a schedule job that generates separate reports for all values of the input parameter?If I am having 10 customers then 10 seperate reports will be generated and the corresponding report file will be emailed to that particular customer. Thanks in advance.
elizam Posted January 4, 2016 Posted January 4, 2016 Use REST to schedule the report and then you can add additional code to iterate through the parameter.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now