I will post this in the jasper forum but since I am having issues in the
java code, I thought somebody could help me if I am doing anything stupid in my java code.
Here is the issue. I have 2 jasper reports almost identical except one is used to generate pdf file and another one just old plain text file. I have a subreport in the summary band of the main report page. The code is below.
The problem is when I generate the text file, the subreport data does not come up if I generate the pdf file first.
If I comment out //JasperPrint jPrint = Utils.buildJasperPrint(reportParams, inFile,a); for the pdf then it generates the sub report for the text file.
What am I doing wrong?