If {ParentProduct.ParentProduct} = "Commission"
And {Trade.ProdCredit} <> "0.00"
then {Trade.ProdCredit}
Else
If {ParentProduct.ParentProduct} = "Commission"
And {Trade.ProdCredit} = "0.00"
then "-" (or whatever you need to appear here)
There is a much easier way to do this. Right click on the field, select Format Field, Number, Customize, Number. On the lower right hand side there is a selection for "display zero as". Select the "-".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.