REPORT_DIR is an Oracle database directory specified to the path where my files are located on my database server.
I have placed DutyRoster_Detail.jrxml, and DutyRoster_Detail.jasper in the path REPORT_DIR = /u01/dowload
As per instructions, I have added the subreport jrxml file to the table JRXML_REPORT_DEFINITIONS with the column JRD_NAME = 'DutyRoster_Detail'
Any help much appreciated please.
Thanks in advance.
Last edit: Frans Lubbe 2017-05-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no need for any database-directory. PL-jrxml2pdf only looks into the table JRXML_REPORT_DEFINITIONS with the name specified in the subreportExpression. Any path is removed. There is an example report delivered with the zip showing the behavior. Remember that the report-name is case-sensitive.
Regards,
Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I have one subreport that I specify in the main jrxml file as
REPORT_DIR is an Oracle database directory specified to the path where my files are located on my database server.
I have placed DutyRoster_Detail.jrxml, and DutyRoster_Detail.jasper in the path REPORT_DIR = /u01/dowload
As per instructions, I have added the subreport jrxml file to the table JRXML_REPORT_DEFINITIONS with the column JRD_NAME = 'DutyRoster_Detail'
Any help much appreciated please.
Thanks in advance.
Last edit: Frans Lubbe 2017-05-14
I have also tried with this
There is no need for any database-directory. PL-jrxml2pdf only looks into the table JRXML_REPORT_DEFINITIONS with the name specified in the subreportExpression. Any path is removed. There is an example report delivered with the zip showing the behavior. Remember that the report-name is case-sensitive.
Regards,
Andreas
Last edit: Frans Lubbe 2017-05-15