Number sign prefix

  • 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:

  • CASE WHEN SIGN(@Value) = -1 THEN '-' ELSE ....

    _____________
    Code for TallyGenerator

  • Case resolved. Thank you so much for your help!!:-)

    simplefrog:blush:

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply