I am creating a report for our logistics department. The report should do the following:
1. Lets say we have an Transfer document as follow
2. Now I am creating a Report which will print a INFO which mention the item description for each line
3. for the first line i have the quantity of 10 item so i need 10 pages, for the line after i have 4 item so I have 4 pages and so on.
How to achieve this in my data set, I tried to start preparing my DataSet and this how it looks like:
Is this design is correct? and in which part do I specify that I want a new page for each item in my transfer lines?
*This post is locked for comments