CurtisMiddleton
6 years agoQrew Trainee
Large Number Rounding Up Past 10 Million
Hi,
I am making a rich text formula field to display a numeric summary field.
When the number is 1,000,000.50 it converts identically.
When the number is 10,000,000.50 it rounds up the .50 to 10,000,001.
Is there a simple way to stop this from happening? or this just a Quick Base limitation?
I have tried using a solution from another post: ToText(Round([Currency], 0.01))
but this did not work unfortunately.
My only other thought would be to build an if statement to subtract extra zeros when the number exceeds an amount and use a Right() function to pull the decimal places from that number since it wouldn't round up. Not ideal.
Any help would be greatly appreciated!
Regards,
------------------------------
Curtis Middleton
------------------------------
I am making a rich text formula field to display a numeric summary field.
When the number is 1,000,000.50 it converts identically.
When the number is 10,000,000.50 it rounds up the .50 to 10,000,001.
Is there a simple way to stop this from happening? or this just a Quick Base limitation?
I have tried using a solution from another post: ToText(Round([Currency], 0.01))
but this did not work unfortunately.
My only other thought would be to build an if statement to subtract extra zeros when the number exceeds an amount and use a Right() function to pull the decimal places from that number since it wouldn't round up. Not ideal.
Any help would be greatly appreciated!
Regards,
------------------------------
Curtis Middleton
------------------------------