I need to insert a summary page every 50 pages of a report. This page would look different from the rest of the report and only contain the grand totals for the last 50 pages. Any suggestions?
Not enough details to figure out if this should be a Group Footer Section or some other type of section but, in general, you need to track how many pages you've gone through, use variables to accumulate the values, and use the page number to control the Suppress attribute of the section with the summary. Then, after that section, reset the variables.
hth,
- Ido
CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
Here's a basic explanation on how you can accomplish this.
1. Put page number on report.
2. You will need to create a subreport for your summary page.
3. The section that you place the subreport. Click on that section and choose - format section.
4. Under Supress No drill down- (x+2)conditional format - put this formula:
whileprintingrecords;
remainder(pagenumber,10)<>0
This is just a simple explanation. You will need to post further information for a more detailed explanation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.