<p>Hi,</p>
<p> </p>
<p>I see that many are already asking similar questions but I haven't found the solutions I need.</p>
<p> </p>
<p>My rptdocument is getting too big, and I am not allowed to share the design file or cached data.</p>
<p> </p>
<p>Do you have any tips to troubleshooting?</p>
<p> </p>
<p>Some info to other users:</p>
<p>I found a useful spec document on the rptdocument. It tells you what is inside.</p>
<p><a data-ipb='nomediaparse' href='
http://www.eclipse.org/birt/release20specs/BPS8 Report Document.pdf'>http://www.eclipse.org/birt/release20specs/BPS8 Report Document.pdf</a></p>
<p> </p>
<p>I have also looked at the java DataExtract, and how the Report Engine uses the rptdocument.</p>
<p> </p>
<p>How <u>can I decrypt cached data</u>? I want to see where it is being cached too often.</p>
<p> </p>
<p><u>How can I easily spot where a binding is duplicated or nested</u>. I have looked at the outline and cntrl-f the xml by dataset.</p>
<p> </p>
<p>The report itself is Designed as follows:</p>
<ul><li>Table 1 - Group 1
<ul><li>----Group 2</li>
<li>Table 2</li>
<li>Table 3</li>
<li>Table 4</li>
<li>Table 5</li>
<li>Table 6</li>
<li>Table 7</li>
<li>Table 8</li>
<li>Table 9</li>
<li>Table 10</li>
<li>Table 11</li>
</ul></li>
</ul><p>Other details:</p>
<ul><li>Each table is in a row in the main table.</li>
<li>Each table has its own Dataset</li>
<li>Sometimes we pull around 900 records from dataset and table 1, which must be traversed by group 2 and their equivalent DS inside</li>
</ul><p>Thanks in advance</p>