In Reports 2.5. how can I carry forward the bottom total of the first page of a report to the top total position of the second report page?
Place your summary columns at the bottom of the first page as normal, resetting at page. b) For the totals at the top of the page, create a local package and update variables in the package using format triggers on the page summary columns (or a single trigger on a frame that surrounds all of the totals). c) Place fields on the next page attached to placeholder columns (you don’t need the placeholder columns if you are using version 6. d) Retrieve the values from the package using a format trigger on the fields using srw.set commands.