I am trying to convert a string into float , But its rounding to nearby number.
Can someone please try to explain
(6789989.98) - > (6789990) -> This is incorrect , I need the value exactly
Solved! Go to Solution.
@sumeet_rk try using fixed decimal that goes up to 50 dp
Thanks for the response , I have tried using fixed Decimal , but it still convert the above number to (6789990) instead of (6789989.98)
(6789989.98) - > (6789990)
are you using the select tool or the formula tool (create a new field and say tonumber([field])) to convert it? Also stick a browse after it as the results pain might only be showing partial results
Try using below method , Let me know if it works for you or not ,thanks