simplefrog
SSC Rookie
Points: 26
More actions
October 17, 2010 at 9:29 pm
#229776
Hi Team,
I am having problem on how to get the number sign of a numeric value. For exmaple I have -3, I wanted to get the (-) negative sign. Is there a script for that?
Thanks.
😎
simplefrog:blush:
Sergiy
SSC Guru
Points: 110209
October 17, 2010 at 11:19 pm
#1238234
CASE WHEN SIGN(@Value) = -1 THEN '-' ELSE ....
_____________Code for TallyGenerator
October 17, 2010 at 11:53 pm
#1238237
Case resolved. Thank you so much for your help!!:-)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply