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

Numeric format

Former Member
0 Likes
568

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

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.

3 REPLIES 3
Read only

Former Member
0 Likes
536

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.

Read only

Former Member
0 Likes
537

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.

Read only

Former Member
0 Likes
536

Check the user default setting for numeric values using the menu:

System->User Profile->Own data

Regards,

ravi