<p>Hi,</p>
<p>I have a requirement. I am using XML Data source. But each of my XML can have variable number of data set rows. Some have 45 and some 36. (this number can be derived by using the COUNT function on a column called item_seq_num).</p>
<p>What I need is- a page break at exactly 1/3 and 2/3 of the total number of rows. </p>
<p>For e.g :- </p>
<p>
@15 and 30 if there are 45 rows total </p>
<p>and </p>
<p>
@12 and 24 if there are 36 rows total</p>
<p> </p>
<p>How can I achieve this? I am using BIRT RCP Deigner 4.4.2. </p>
<p>Thank you.</p>