One of our customers has an old version of a picking list report which needs to be transformed to NAV 2013 R2.
The report has different sections ('List of Customers', 'List of items/customer', 'List of Customers/Item', 'Total list items to get'). A temporary table is defined and filled different times for the sections.
In the OnPreSection of the 'List of items/customer' a record for the 'Total list items to get' is written with a field which gets value CurrReport.PageNo. This way in section 'Total list items to get', at the end of the print, is referred to a page no in the 'List of items/customer', earlier in the print.
Is there a way to get this done in NAV 2013 R2?
0
Comments
If preview is okay, then you can use the new option of having a group index pane where the user can quickly browse on the list of items and select one and go to the detail on the report.
http://mibuso.com/blogs/davidmachanick/
Report Layouts aren't really meant to return something in the first place. I can also only suggest calculating the Page number based on the number of rows printed.