Question

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#

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top