where is float conversion function in OpenERPV6.0

Asked by Thaaladiyan Balakrishnan

HI,
how to find the float conversion...file regarding report generate the value....

only 12 digits...correctly displayed....after 13th digits we are entered...conversion automatically for this format.....1.23456789012e+013

example: stored the value in database that filed datatype float : 1234567890123456 but now that field value we getting....value displayed for this format : 1.23456789012e+013 , how to solve this problem...

please any one help.....

Thanks and Advance

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu openerp-server Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
mycae (mycae) said :
#1

That is the way floating point data works -- floating point data always has limited precision, as computers have a finite amount of memory.

This may be of help:
http://www.openerp.com/forum/post46147.html

Revision history for this message
Thaaladiyan Balakrishnan (thaladiyan.b) said :
#2

Thanks for your response....but if you any solution pls update

Revision history for this message
Thaaladiyan Balakrishnan (thaladiyan.b) said :
#3

Any alternate solution....please update

Revision history for this message
mycae (mycae) said :
#4

Theoretically speaking, there are only two possible situations
1) Specify the level of precision you require, as in that post
2) Don't use floating precision values for something that requires fixed precision.

Can you help with this problem?

Provide an answer of your own, or ask Thaaladiyan Balakrishnan for more information if necessary.

To post a message you must log in.