开发者

How to show $0 in edit running total in crystal report when using condition?

开发者 https://www.devze.com 2023-02-10 22:50 出处:网络
editing running total i use condition equal 开发者_高级运维to true or false. it is normal that it is blank in report,

editing running total i use condition equal 开发者_高级运维to true or false.

it is normal that it is blank in report,

but do not know how to show $0 when it is null and where to add formula


create formula field iif(condition, something, 0)

0

精彩评论

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