‎2007 Jun 27 8:47 PM
Hello,
I have a variable type FKIMG with value 1300.
When i output the value is being printed like this:
1300.00
i need to format that value to:
1,300.00
how can I do it?
10nks.
Gabriel
‎2007 Jun 27 8:53 PM
try to copy it to a local variable of Pack decimal type i.e type n or type p and then display it
Regards,
Raman.
‎2007 Jun 27 8:51 PM
Did you check your profile?
Click on System on Menubar then go to User Profile > Own Data.
Under defaults tab, check the decimal notation.
check if it is set to 1,234,567.89
Log off and login again to put this new format into effect.
‎2007 Jun 27 8:53 PM
try to copy it to a local variable of Pack decimal type i.e type n or type p and then display it
Regards,
Raman.
‎2007 Jun 27 8:55 PM
Check the user default setting for numeric values using the menu:
System->User Profile->Own data
Regards,
ravi