carry forward brought forward formula in crystal report

Crystal Reports carry forward totals from the previous page


I want to show brought forward total on the header in "total_header" field in the header and carried forward total in "total_footer" field on the footer.
I used the following code in crystal reports in a formula field:
WhilePrintingRecords;
NumberVar
total;
total := total + <fieldToTotal>;
The field with above mentioned code will be in details section and following code in both fields "total_header" and "total_footer":
WhilePrintingRecords;
NumberVar total;
total := total;

1 Response to "carry forward brought forward formula in crystal report"

  1. Anonymous says:

    hello,
    have you solved it....
    can u upload it to help you blog readers.
    Thanks in advance. Mayur

Post a Comment



Your IP Address is:

Browser: