2009 May 18 1:21 AM
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
2009 May 18 5:52 AM
Hello,
Replace the comma by space and condense the string.
You can use Translate statement for replacing the comma,
Condense w_string no-gaps.
2009 May 18 5:46 AM
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
2009 May 18 5:52 AM
Hello,
Replace the comma by space and condense the string.
You can use Translate statement for replacing the comma,
Condense w_string no-gaps.
2009 May 18 6:02 AM
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