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.