I have a text box that uses some functions to perform a calculation, one of them being a switch function. if the calculation renders a "0" it does not display it on the report - just a blank space.
I'm thinking this has something to do with the properties of the text box...any ideas?
I've tried inclosing the 0 in single and double quotes...still doesn't work.
Thanx!
Sandy
I'm thinking this has something to do with the properties of the text box...any ideas?
Code:
=Switch([calculation]<0,0,[calculation]>0,[calculation])
I've tried inclosing the 0 in single and double quotes...still doesn't work.
Thanx!
Sandy