2010 Sep 02 1:27 PM
hi all
how can i convert a negative amount(example 94.34-) to string. It should after convert like that -94.34.
i want give the amount out in excel, with DOI......
I hope you know, what i mean.....
thx very much
kostonstyle
2010 Sep 02 2:12 PM
hi all
how can i convert a negative amount(example 94.34-) to string. It should after convert like that -94.34.
i want give the amount out in excel, with DOI......
I hope you know, what i mean.....
thx very much
kostonstyle
2010 Sep 02 1:33 PM
Concatenate '-' and absolute value of the negative value.
Thanks
Rakesh
2010 Sep 02 2:12 PM
2010 Sep 02 3:33 PM
There's no need to use ABS and check the value to determine whether or not to concantenate. One option is to write the value to your character like field then use CLOI_PUT_SIGN_IN_FRONT to move the sign position - it works whether the value is positive or negative...
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |