Yes, you are correct, that will create the dash. now the problem is on the ELSE portion it says a string is required here so I did totext({amount1}) and it seems to work. Do you see any problems with that solution?
if isnull({amount1}) then
"-" else totext({amount1})
Hi everyone, been working on this to long and need some help.
CR 11/sql2005
Current Output
Amount 1 Amount 2
1.00 2.00
0.00
Desired Output as follows:
Amount 1 Amount 2
1.00 2.00
- 0.00
Desire is to show a hyphen where blank...
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.