RG splitting results into groups of 10

I have a data type called projects. I am using convertortoPDF and need to output the results. This means I have a page of fixed size.

I can use a RG with a fixed number of cells - lets say 10 and this will pull the first 10 results from the database. But how do I put results 11-20 on a second RG on page 2? I am not able to put all the results on one page because when you print the format does not work across pages.

Any help would be appreciated.

Hi.
When you define the data source of the RG, you can set the list to be “items until #”,
so put on the first RG “items until #10” and on the second one “items until #20 items from #11”

1 Like

Hi @ilanmichalby this is exactly what I needed - just tested this and it works a treat. Thanks for the heads up :slight_smile:

1 Like

you’re welcome

This topic was automatically closed after 70 days. New replies are no longer allowed.