Is there a simple way to change all negative numbers in a report to red? I know that I can write a formula on the formatting of each field but I have a report with 50 plus formulas.
I am really hoping there is an easier way then writing this over and over changing the field:
if Sum ({JCCP.CurrEstCost}, {JCCP.CostType})<0 then crRed else crBlack
Thanks!
I am really hoping there is an easier way then writing this over and over changing the field:
if Sum ({JCCP.CurrEstCost}, {JCCP.CostType})<0 then crRed else crBlack
Thanks!