the following question is about a Jasper-Report:
Can i call a parameter, when a variable becomes true?
I want to call a parameter more than once, to write something in specific chosen fields.
Thanks for your answeres.
Greetings, Robert
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, iReport only prompts for parameters at the beginning of the report-filling process. This is because all of the parameter values must be set before the process starts. Once the filling has started, the parameters cannot be changed.
(From reading your comment on your other question yesterday: https://stackoverflow.com/questions/12473244/dynamic-text-input, I don’t think it’s possible to achieve what you want using iReport or JasperReports on its own. JasperReports was not designed to have an interactive report-filling process.)