Topic: Page header not appearing on next page Posted: 29 Sep 2016 at 9:08am
I have created a sales report in CR11, which displays the customer code, customer name and address on page header and the sales information (invoice number, item description, amount etc) in details section. The report uses Oracle sql command line. All information is captured in a single file. The problem is, when the sales data for same customer goes to next page, then only the customer code is displayed on the next page header and not the customer name and address. The details are displayed properly.
I have used two groups for the report, one on customer code and other on invoice number. The customer code is kept on the page header and invoice number on details section.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 29 Sep 2016 at 11:41am
There is an option to repeat group header on each page. Right click the section of the group, choose change group. Click on Options tab. Click on Repeat Group Header on Each Page. Hopefully this is what you need.
Thanks Kevlray for the response, however that didn't help.
Initially I had two tables (commands), one each for the header data and details data, and the report was working perfect. However, the report was dead slow and therefore I used a single command, combining the header and details data all in one sql. Now the report is running fast, but the header data is not appearing (except the grouped field) on the subsequent pages.
Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Posted: 03 Oct 2016 at 6:19am
Are you sure you have the data in the PAGE header and not in the REPORT header? Has any suppression been done on the Page header section?
I might try putting ALL of the information from the page header into the Group Header section instead of in the page header section and see if that will work with "repeat header on every page" turned on.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum