Forum Discussion
ChristaFauber
8 years agoQrew Member
I do something like this assigning a numeric value to the responses and add them together. Then set up a rule to update your field to compliant as long as this formula field = the total number of questions.
If([Question1]="No",0,1)
+If([Question2]="No",0,1)
+If([Question3]="No",0,1)
+If([Question4]="No",0,1)
+If([Question5]="No",0,1)
+If([Question6]="No",0,1)