Вопрос

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#

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top