how to sum the visible fields of a column (not suppressed one) in Crystal Report -
i have crystal report column data following:
- 81306
suppressed (real value 81306)
total 81306 (result required)
- total 162612 (result coming not required)
i suggest create formula field way:
if {rpt.amount}= previous({rpt.amount}) 0 else {rpt.amount} [drag field formula]
and summarize formula field instead of original field.
to summarize formula field, easiest way is
1) mouse right button inside report
2) insert \ summary
3) choose formula field, sum summarize, group yuou want summarize
Comments
Post a Comment