I currently have a workflow that takes a .csv file and creates a report. However, I need to be able to create a report for each row in the .csv file. I have looked around and I have seen that the most common nodes for this are the loop and “call local workflow” nodes. I am having a hard time and would really apreciate some guidance.
Is there an example workflow for this that I could use?
The problem I am having is trying to add the loop end node. Since the “data to report” node does not save the PDF, I do not know where to end the loop.
I have tried the chunk loop node with one row intervals but the loop does not produce separate reports.
Thank you! I was able to do this with no problems!
However, what happens if I need to repeat the rows of multiple tables in one page? I see that this solution will break the page after each individual row no matter what table.
Also, is there a way to repeat graphs for each row?
It seems I’m going to learn something new again! @ipazin would you please tell me how? Let’s assume that I have a simple table and I have designed the report layout in BIRT. Now I want to generate a PDF file for each row in the table. How should I do that in a loop?