I have setup a Crystal report which displays a header, detail (3 records) and footer sections. In the detail section, I only want one record to show per page but with the header and footer intact. So in other words, I want each page to show the header, detail (1 record) and the footer.
In the Details area of Section Expert, I have set the New Page After 1 record setting in the Paging tab. Following which the report now shows the header and 1 record in the first page, the second record in the second page (without a header or footer) and the third record in the last page with a footer. See picture below: section expert setting
My expected output is
Page 1
Header Record 1 Footer
Page 2
Header Record 2 Footer
Page 3
Header Record 3 Footer