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 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.

  1. create new running total field
  2. give suitable name
  3. the field summarize can field, in case barcode
  4. the type of summary should count
  5. in evaluate section need select for each record
  6. in reset section need select on change of group , select group name drop down.
  7. place running total field next barcode field.

this should give incremental number each record in group.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -