How to display count in group header in crystal report -


i have crystal report in c# windows application. 

three groups there in report. need display count each group. eg:

 1.  group1.1       1. group2.1          1. group3.1               1.itemdetails1               2.itemdetails2          2. group3.2               1.itemdetails3               2.itemdetails4       2. group 2.2           1. group3.3               1.itemdetails5               2.itemdetails6           2. group3.4               1.itemdetails7               2.itemdetails8    2.group1.2 

like this? tried running total, field summarize group1 field, type distinct count evaluate- each record reset- on change of group showing 1 everywhere.

can help?

try never reset. when reset using field count, answer of one.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -