The Roles don't works


Badge +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

Userlevel 5
Badge +14

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?

Userlevel 4
Badge +12

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

Badge +7

Badge +7

I see now have error on field page

Thanks

Reply