Hi every body
I want to limit the number of digit in calculation between 2 decimal fields. I want the result of the calculation with only one digit after the decimal (ie: 2.16556 to 2.2).
How can I do it.
Thanks for your help!
Hi,
There are some examples of doing these types of Significant Figure validation conditions on this wiki page.
-Clayton
Perfet Clayton. Thanks a lot. It's work very well !
Hy Clayton,
I also want to round my result of my number in to 2 last digit.
for example 4 / 23 =0.1739130434782609 but want only like this 0.17
so how can i do that?
Thank regards,
If you want to round inputs there are examples here in round a number to a certain decimal place
1 Like