how to (count all record)/2 in Crystal Report?
how to (count all record)/2 and show the result in the report - in Crystal Report ?
开发者_开发百科(working in C#)
thank's in advance
You want to display half the record count in the report somewhere?
Just create a formula field with the text :
RecordNumber/2
and place it in the report footer.
精彩评论