How to get the sum of the column in Crystal Reports?
How to 开发者_运维知识库get the sum of the particular column value in Crystal Reports?
The easiest way is to right click on your number field and choose Insert/Summary. Within the Insert Summary window you have the options to choose the field to summarize, how to calculate the summary, and which section to put the summary.
Hope this helps.
Use the Sum()
function of Crystal Reports.
精彩评论