Generate report page from every row in dataset

Hi!

I have a dataset containing production information for different batches. Each row in this dataset is the information about each batch. The size of this dataset varies and I would like to generate reports that have one page per row in the dataset (containing the information on each row), every time this dataset is "completed" i.e. a tag change.

The tag change part is all figured out, but I cant seem to figure out if it is possible to "loop" through the dataset and create a page for each row.

1 Like

You just make a table with a row that shows whatever data you want, and either make the individual row the size of the page, or find the appropriate setting that makes the row automatically break the page (sorry, I forget exactly what it's called).

2 Likes

Thank you! That seems to be a good solution