Define number of pages dynamically
I have a report with one page. It contains an unused masterband and a detailband.
I also have fields from a database, e.g. customer number and number of printouts.
Now I want to create the respective page as often as the number of printouts is stored.
Example
Customer 001 - 2 printouts
Customer 002 - 3 printouts
Customer 003 - 1 printout
...
How do I best proceed here?
Many thanks in advance.
I also have fields from a database, e.g. customer number and number of printouts.
Now I want to create the respective page as often as the number of printouts is stored.
Example
Customer 001 - 2 printouts
Customer 002 - 3 printouts
Customer 003 - 1 printout
...
How do I best proceed here?
Many thanks in advance.