Skip to main content
Nintex Community Menu Bar

Validation of field-length

  • February 9, 2017
  • 4 replies
  • 33 views

Forum|alt.badge.img+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

Forum|alt.badge.img+16

Try instead

lessThan(length(Title), 10)


Forum|alt.badge.img+9
  • February 9, 2017

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:  


Forum|alt.badge.img+6

Hey Jakob Putz‌,

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

198636_pastedImage_1.png

Best regards,

Jan


Forum|alt.badge.img+9
  • March 28, 2017

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