0

I want to display rows that contain count() field with group by clause, How can we set programmatically this on crystal report on run time in c#

Ashok
  • 157
  • 1
  • 2
  • 14

1 Answers1

1

You just put a field whose count you need in detail section. Then either use runningtotal factility or use a formula

Count ({Table.Value})

Please check below link.

In Crystal Reports, How do I count all the rows in the Details section and place that count in the header?

http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=11297

Community
  • 1
  • 1
Ajay2707
  • 5,690
  • 6
  • 40
  • 58