Validation of form input

hello i have a form input field thatโ€™s meant to capture a 6 digit number. whats the validation code for this .please see image attached

I also need help on specifying input patterns for this โ€œ123 UAX4โ€ (3 digits space 3latters and a digit at the end)

0 8 1,247
8 REPLIES 8

@gilbert_mwesigwa
Whatโ€™s your validation for that [IMEI] column?

i want it to only except 6 numbers example 123456

Can it began with โ€œ0โ€ (zero) for example? If not and itโ€™s a mere number type; than you can set the Display Mode of your Number columns as Label and use a validation of:

[IMEI] <= 999999

hi LaventK i tried
[IMEI] <= 999999

but this allow even inputs that donot make 6 digits .yet i want it to allow only 6 digits not less not more

Logic is the sameโ€ฆTo allow exactly 6 digits, the valid if shall be:

LEN(CONCATENATE([IMEI])) = 6

let me try it out

Steve
Platinum 4
Platinum 4

Please post a screenshot of the expression. From the error message, it appears youโ€™ve improperly included a leading = and enclosed the remainder of the expression in quotes.

SALUDOS TENGO UNA DUDA, NECESITO VALIDAR UN INPUT() QUE SI ESTA EN ZERO "0" NO ME PERMITA EJECUTAR LA ACCION , MIS CAMPOS DE "CANTIDADES" SON NUMERICOS

Top Labels in this Space