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.
Try
Status=="Final Report" && {Self} ==""
I've changed it as suggested but it is not woking.
What are the controls for status and self
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.