Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Format

Former Member
0 Kudos
97

Hi Folks,

The value for container is getting like 20,000...But now i want to multifly with some value (10000)....

So how i can remove the 'COMMA' in 20,000 value

Please suggest me..

Thanks

BAlu

1 ACCEPTED SOLUTION

Former Member
0 Kudos
77

Hello,

Replace the comma by space and condense the string.

You can use Translate statement for replacing the comma,

Condense w_string no-gaps.

3 REPLIES 3

Former Member
0 Kudos
77

Hi,

you can directly multiply the value because 20,000 should be comming from display setting, if its comming from char field than u have to move it to int field and do calculation.

Atul

Former Member
0 Kudos
78

Hello,

Replace the comma by space and condense the string.

You can use Translate statement for replacing the comma,

Condense w_string no-gaps.

Former Member
0 Kudos
77

hi balu,

Please note that the amout with comma 200,000 is coming coz of your user settings..

you can do any arthimatic opeations with this amout using the correct data element.\

you can varify this in by goin to settings->userprofile->own data ->select tabe 'defaults'.. what all settings you have given here for Decimal Notation will get diplayed in your ouput.

No worries,.,,

safel