Hi,<br />
<br />
I have a report with more than 10.000 results. So I want to make that clearlier to read and insert an paginator. To jump on a selected page.<br />
e.g.<br />
page 1 | page 2 | page 3 | page 4 | page 5 | page 6 | page 7 | page 8<br />
<br />
And all of them must be generated in time by the API. I read some informations in the internet about that, but I can't find a really example how I use a paginator in Birt in the Api.<br />
<br />
My thinking:<br />
1. I generate a .rptdesign<br />
2. Then I generate a .rptDocument<br />
3. I create single-HTML-sites from this rptDocumet with the "setPageNumber"-method, like site1.htm, site2.htm, site3.htm,.. with just only 50 results.<br />
<br />
I have this example, but I don't understand all of it.<br />
<a class='bbc_url' href='
http://digiassn.blogspot.com/2007/10/birt-progressive-viewing-during-render.html'>The Digital Voice: BIRT: Progressive Viewing during Render</a><br />
<br />
But that's all I know. <br />
Has somebody a solution please?