Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using vs2008,ms access and c#.net with crystal report.
i want to do sum of field in crystal report.

any suggesstion or idea will be apprecieate...

example - amount
------
10
10
10
------
total 30

mukesh
Posted

1. in your crystal report's field explorer, add a new formula field.
2. assign a name to your formula, and press the use editor button.
3. type this in the formula space: Sum ({your column name}).
4. save and add this field to your report.
 
Share this answer
 

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