I have a report that has a textbox and gets it's values from a MS-SQL database, when the textbox has a value of 0 I would like the text box to display text.
For example,
If fields.Cost is equal to 0 then display "No Cost"
Or sometimes, if the value is 0 I would like it to display nothing at all.
How would I go about doing that?
Thanks,
Brett