Basically I am printing a book and I need the number of books printed based on a val in a field in the database.
In PSM5 if I did number of copies based on a val in a field it would print all the layouts in order once then loop back and do it again and repeat until it reached the val.
But in PSM6 it just prints each layout times the val. So now I'm getting layout1 x val in a row, layout2 x val in a row, layout3 x val in a row etc.
This has completely broke what I am trying to do.
