I have been setting up a list and in the form I have three fields with Pass or Fail done by radio buttons.
I have set another section to be hidden but if any of these three options is set as Fail then the section appears for the user to enter a ticket number.
I setup the rules such
Hide this control if
Column1 is not equal to "fail" or
Column2 is not equal to "fail" or
Column3 is not equal to "fail"
When I save the form and reopen it. Infopath has split my one rule into three thus voiding the whole "or" option.
Any ideas on how I can stop this from happening?