Click here to Skip to main content
16,020,459 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I have one issue with my crystal report application where in i have to sum the total of a group and carry forward the total to next page ..

------------------- Page one------------------
----------
12.12.2010 (GroupName)
----------
Description Debit Credit
----------------------------------------------
billing 200.00 0.00
travel 450.00 0.00
food 500.00 0.00
----------------------------------------------
----------
13.12.2010(GroupName)
----------
books 500.00 0.00
other 300.00 0.00
----------------------------------------------

15.12.2010 (groupName)
----------

ABC 600.00 0.00
XYZ 2300.00 0.00

(Here I want to display the total for this group only )
---------Page break-----------
then carry forward the total to the next page if the group countinues..

------------ Page TWO ----------------------------------
15.12.2010 (groupName)
-----------

previous page total ... 2900.00 0.000

abx 500.00 200.00


Please help me how to perform this functionality in crystal report 2008.

Thanks in advance .
Regards,
Martin.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900