vb.net - AutoNumber per group box in crystal report -
i'd add auto number per group box in crystal report. here use record number increases group box.
report view
the autonumber @ front of barcode column. how set per group box?
to incremental number each record displayed in group need use running total field.
- create new running total field
- give suitable name
- the
field summarize
can field, in casebarcode
- the
type of summary
shouldcount
- in
evaluate
section need selectfor each record
- in
reset
section need selecton change of group
, select group name drop down. - place running total field next barcode field.
this should give incremental number each record in group.
Comments
Post a Comment