I am new to jasper and I'm creating a drill down report.
I followed these steps:
- Created the main report which has a pie chart.
- Added
_report
andTITLE_ID
parameters in the hyperlink section. - Created a sub-report and added the parameter
TITLE_ID
. - Added the sub-report to the main report.
- Uploaded the reports into the jasper server and added input controls.
When running the report, the main report is rendering properly. When I click on one slice in the pie chart of the main report the sub-report is rendering with empty data.
Any ideas of what I can do to resolve this issue?
Thanks in advance.