Page 1 of 1

Two report pages showing continuously for different orders.

Posted: Fri Jun 09, 2023 12:38 pm
by Paranthaman
Hi Lech Kulikowski,

I have created two pages in a report for same datasource1. First page is quote page and second page is delivery page. I an using FIND_IN_SET condition in the query for generating multiple orders.

I give two order number 001 and 002 for single click,

I want the report for the below

001 quote page
001 delivery page
002 quote page
002 delivery page.

It means first page, second page, first page, second page

How can achieve this in the report.

Re: Two report pages showing continuously for different orders.

Posted: Fri Jun 09, 2023 2:57 pm
by Max Shamanov
Hello,

You can use collate property to achive this.
Please check the attached sample report.

Thank you.