How to get the sum of the particular column value in Crystal Reports?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
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.