Skip to main content
Nintex Community Menu Bar

The Roles don't works

  • May 31, 2017
  • 4 replies
  • 12 views

Forum|alt.badge.img+7

the roles in form doesn't work, example

I tried put total==0 but don't works too

I tried putting other functions in other text fields but it did not work too, example 
isNullOrEmpty({Self})

4 replies

Forum|alt.badge.img+14
  • Scholar
  • May 31, 2017

1. have you checked what's the value of 'total' when validation is evaluated?

2. is 'total' list item property or named control?

what is its datatype?

3. have you checked there are no errors reported on developer console?


Forum|alt.badge.img+12
  • Nintex Partner
  • June 1, 2017

Could you provide a screenshot of the total control's settings? You should set it to a number data type like decimal or integer to tell forms not to do a string validation but a numeric validation.

203582_pastedImage_1.png

Both of your validation attempts should work then.

Kind regards

Enrico


Forum|alt.badge.img+7
  • Author
  • Rookie
  • June 1, 2017


Forum|alt.badge.img+7
  • Author
  • Rookie
  • June 1, 2017

I see now have error on field page

Thanks