Print new Page for each Document No.

Dears, Good Day to all

I did not find any option to print a new page for each document in the General Journals like the option in the Bank Detail Trial Balance, we have the option to print separate page for each bank, this is available in many areas also in Vendors, Customers…

How to Achieve that in the General journal.

This can only be done using development. It has not been implemented due to that it is not a normal request for a Journal.

Thanks, [mention:74275055534c437ab13054c27a1ed5fb:e9ed411860ed4f2ba0265705b8793d05]

Do you mean to do grouping in the RDLC file?

You can create a new sorting key where Document No is part of the key that you are using on the report, and when-ever Document No. changes you can generate tell the system to do a new page. This can be done using code but also using checkmarks in RDLC.

But take a look at one of the other reports that you are mentioning and see how they are made.

I don’t know what is the “RDLC file”, Palle answered right and it can only be done using development.

And it is not hard to do when you modify the report.

RDLC file meant report in design mode.