IF({amount of discount}=0," ",IF({amount of discount}<0,{amount of discount}))
I got this to do what I want - only show a value on a sales receipt if the value is <0
The problem is that the answer is considered a string answer and I cannot format it ...