Validation of field-length

  • 9 February 2017
  • 4 replies
  • 11 views

Badge +3

Hi there!

I tried with valitation-function

Länge(SVNummer)<10

to avoid that field-length should not be less than ten chars. But it doesn't work.

What do I wrong?

Thanks!!!1

Best wishes,

Jakob


4 replies

Badge +16

Try instead

lessThan(length(Title), 10)

Badge +9

What control are You using? In control settings, e.g. for a Single Line Textbox, You can enter a regular expression for lenght validation.

Another way is validation while entering characters, see:  

Badge +6

Hey Jakob Putz‌,

the regular expression Manfred Lauer‌ mentioned could look like this:

198636_pastedImage_1.png

Best regards,

Jan

Badge +9

 can you please mark the answer that helped you as correct?

Reply