Especific format number

I want to give an especifi format to a number. The format to aplly is ###.###, this means three numbers follow by a dot and again three numbers.

How i do to set this especific format to any number what i insert?

You don’t. You can only validate that a user inputs something in the expected format.

1 Like

Please try creating a decimal type column with three numeric digits and three decimal digits.

2 Likes