开发者

Suppress Formula Fields And Text Object In Crystal Reports

I have a formula field on crystal reports. I wants to check it whether it may consists

negative value or not if it has negative value t开发者_StackOverflowhan suppress it or hide it.

My formula field name is "Bal" which consists formula is as below:

WhilePrintingRecords;
Shared NumberVar mytot;
mytot:={@TotalSale}-{@TRPurchaseTotal}

How to suppress Formula field and TextObject?.


Right click on the Bal formula in your report -> Format Field -> Common tab -> Suppress formula: currentfieldvalue < 0

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜