<p>Hi everyone, i want to do something like this example.</p>
<pre class="_prettyXprint _lang-xml">
<BIRT>
<LIST>
<TYPE>CARS</TYPE>
<STRING>CAR 1</STRING>
<STRING>CAR 2</STRING>
<STRING>CAR 3</STRING>
<STRING>CAR 4</STRING>
...
<STRING>CAR 100</STRING>
</LIST>
<LIST>
<TYPE>BIKE</TYPE>
<STRING>BIKE 1</STRING>
<STRING>BIKE 2</STRING>
<STRING>BIKE 3</STRING>
<STRING>BIKE 4</STRING>
...
<STRING>BIKE 100</STRING>
</LIST>
</BIRT>
</pre>
<p>On the table i have a group by TYPE.</p>
<p>How i can reset the pageNumber foreach group?</p>
<p>TYPE CARS : 1/5, 2/5, 3/5, 4/5, 5/5 --- TYPE BIKES: 1/3, 2/3, 3/3.</p>
<p> </p>
<p><span>I've seen all of this and it not worked:</span></p>
<p><a data-ipb='nomediaparse' href='
https://www.google.es/search?q=tried&ie=utf-8&oe=utf-8&gws_rd=cr&ei=evGCVaTbBcHxUPjFgYAL#q=reset+pagenumber+birt'>https://www.google.es/search?q=tried&ie=utf-8&oe=utf-8&gws_rd=cr&ei=evGCVaTbBcHxUPjFgYAL#q=reset+pagenumber+birt</a></p>
<p> </p>
<p>Edit:</p>
<p><span>I've also tried creating a variable and resetting</span> it and its working but on the first page i have a group header and the max lines of <STRING> is 20 for example, but in the second page... the interval of pageBreak need to be 40, so i have on the first page 1 of X on the secont page 1 of X and on the third page i have the 2 of X.</p>
<p> </p>
<p><span>Then, <span><span>any way to put the</span></span> interval on the first page to 20 and the other pages to 40 ?</span></p>
<p> </p>
<p>Thanks.</p>