junction123
MIS
The data type in the database for the fields that I am having rounding issues within the report are FLOAT. However, my report has all the field types as NUMBER. I need to convert the fields to FOLAT.
Is there a conversion that I can use within a formula or in the format field property?
Currently I am using the following formula to suppress rounding for the field that are of type NUMBER.
if {full_limit.Q3}-Truncate({full_limit.Q3}*100)/100>0 then
Truncate({full_limit.Q3},2)
Thanks in advance
junction123
Is there a conversion that I can use within a formula or in the format field property?
Currently I am using the following formula to suppress rounding for the field that are of type NUMBER.
if {full_limit.Q3}-Truncate({full_limit.Q3}*100)/100>0 then
Truncate({full_limit.Q3},2)
Thanks in advance
junction123