As the title says. Is there a way to limit the maximum number of digits after the decimal point?
Thanks
Hello @Tom Zhao, I think you can use Regex validation in that.
Thanks,
Madhuri
Hey Tom,
You can use the built-in math function Round() to limit the numbers after the decimal point.Kind regards,
Ex: Round(Number,2) will give x,xx.
Melvin