Collating BI Publisher Reports
Hi All,
Is there any way that I can collate reports in BI Publisher. I am trying to combine our Pickslip and packSlip reports. Both have different headers and footers. I need to generate the Pickslip for a particular delivery first and then print packslip.The biggest challenge is, there can be multiple deliveries in a batch and I need to make this logic work for the whole batch. For ex:
Is there any way that I can collate reports in BI Publisher. I am trying to combine our Pickslip and packSlip reports. Both have different headers and footers. I need to generate the Pickslip for a particular delivery first and then print packslip.The biggest challenge is, there can be multiple deliveries in a batch and I need to make this logic work for the whole batch. For ex:
<batch start>
<delivery>
Print Pickslip
Print Packslip
</delivery>
Print Pickslip
Print Packslip
<delivery>
</delivery>
............
.............
<batch end>
Please advice!!
Thanks.
0