Dynamically creating filename when bursting Oracle Reports 11gR2 into multiple files
Hello,
I have a question regarding a bursting task I wish to carry out with Oracle Reports 11gR2(11.1.2.2)that is set up on Windows operating system.
When I run the Oracle Reports (RDF) to print out transcripts of a batch of 10 students , the PDF outputs should be :
- a single PDF output file containing all 10 student transcripts
- 10 individual student transcripts with student numbers as the file names.
My current distribution.xml file is like this:
<destinations>
<file id="a1" name="c:\output\transcriptall.pdf" format="pdf" instance="all">
<include src="report">
</file>
<foreach>
<file id="a2" name="c:\ output\&<batchno>_&<studnbr>.pdf" instance="this">