Application Development and Automation 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: 
Read only

Format

Former Member
0 Likes
545

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
Read only

Former Member
0 Likes
525

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
Read only

Former Member
0 Likes
525

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

Read only

Former Member
0 Likes
526

Hello,

Replace the comma by space and condense the string.

You can use Translate statement for replacing the comma,

Condense w_string no-gaps.

Read only

Former Member
0 Likes
525

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