Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want this for a windows form(vb.net '08).
I want a code for:
I have a column calld total that is double (datatype) in sql server 2005.
How can I sum this field or column in crystal report?
Please give me such kind of help so I can solve it.
Posted
Updated 24-Dec-10 22:50pm
v2
Comments
JF2015 25-Dec-10 4:50am    
Edited to improve spelling.

Option 1:
Form the query such that you have the total as one field in query result itself. (using SUM in T-SQL)

Option 2:
You have an option to sum up fields in report too. You can use that and show the total.
 
Share this answer
 
Neeil wrote:
How can I sum this field or column in crystal report?
Please give me such kind of help so I can solve it.


Here you go

make total of a single column in a crystal 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