Hi guys,
I need to format a field to 4 digits in this way:
the user would input a number andÂ
if 1 ----> the resulting number is 0001
if 12 ----> the resulting number is 0012
Is it possible to format this?
the field type is an integer and I put a length limit to 4.
thanks!