Hello,
I read this tutorial for create report : http://www.oracle.com/technetwork/developer-tools/apex/learnmore/custom-pdf-reports-1953918.pdf
But I have a problem when I create report for APEX with Altova StyleVision.
I use Oracle XE 11gR2, APEX 4.2 and APEX Listener 2.0.4.
In APEX, I created a state with 14 queries, and I exported in XML format.
I can built four tables (from 4 different queries / rowset) in my report, and PDF printing works.
But I have a problem when I want to add a fifth query (table) in my report :
When I generate the PDF document from my APEX application, I have the following error message :
"Error displaying the error page ORA-01403: No data found ORA-06502: PL / SQL: numeric or value error"
Do you know why I get this error message when my report has 5 queries ?
The number of queries in a PDF report is limited?
Thank you very much for your help ! And sorry for my english ;-)