开发者

how to (count all record)/2 in Crystal Report?

开发者 https://www.devze.com 2022-12-08 21:08 出处:网络
how to (count all record)/2and show the result in the report - 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消