We have report which having StartDate & EndDate parameter as input control in Main/Parent report. These input controls are passed to another report(detail/child report) using hyperlink in parent report.
Main report with StartDate and EndDate input controls the report works fine. The main report has an hyperlink which passes input controls (StartDate & EndDate) to the detail report.
This work fine with Jasper4.5 version. But same report in Jasper4.7, When we click on that hyperlink it gives following error.
Error msg:
One or more of the report's input control values are invalid. Either contact your administrator or edit the report and select valid values for these input controls: StartDate, EndDate
Recommended Comments