Skip to main content
Nintex Community Menu Bar

Validation rule is not working though formatting rule with the exact condition is working.

  • March 10, 2019
  • 4 replies
  • 14 views

Forum|alt.badge.img+1

I made a formatting rule as below and it is working properly.

 

and(Status=="Final Report",{Self}=="")

 

However it is not woking if it is changed to validation rule.

 

4 replies

Forum|alt.badge.img+10
  • March 10, 2019

Try 

Status=="Final Report" && {Self} ==""


Forum|alt.badge.img+1
  • Author
  • March 11, 2019

I've changed it as suggested but it is not woking.

Status=="Final Report" && {Self} ==""


Forum|alt.badge.img+10
  • March 12, 2019

What are the controls for status and self


Forum|alt.badge.img+1
  • Author
  • March 18, 2019

The status is the choice control and self is the date control.

 

However it is resolved by deleting the form and creating a new one.