‎2008 Sep 18 12:44 PM
HI Experts,
I want to format the amount ,
If amount is coming like 134567.99 it must be format into 134,567.99
If amount is comming like 134567,99 it must be format like 134,567,99.
COuld anyone give me idea how can i solve this problem,
Thanks
PT
‎2008 Sep 18 12:46 PM
Hi,
Generally formating is user setting specific until you give an edit mask to change the format
you can use write...to...editmask XXX.
santhosh
‎2008 Sep 18 12:55 PM
Hi,
Define a variable with type CHAR<length> and use write to statement to move amount to variable.
write <amount> to <variable>.
Regards,
Raju.
‎2008 Sep 18 1:02 PM
Hi PT Rao,
I hope you can got this thousand separator by cahnging the User Profile for the System.
GOto SYSTEM->User Profile->Own data.
Now Click on defaults tab of the screen.And change the decimal notation as you want.
‎2008 Sep 18 1:45 PM
Hi there,
according user profile we can adjust to one format..but what i want is when ever , comes it must show , in decimal position and when . it must show . in decimal position.
Regards
PT
‎2008 Sep 18 1:48 PM
GOto SYSTEM->User Profile->Own data.
LOGoff once and check the result ........