using Crystal Report 7
I want to display '-' instead of 0, i created a formula like this
if {pay_latecomededuct.upto15d} = 0 then
'-'
else
{pay_latecomededuct.upto15d}
the above formula is showing error as "A string is required here"
If i change the numeric instead of '-', not showing any error, even i tried with totext / tonumber also, result is same...
How to solve this problem.
Need Crystal report help