InfoPath 2010 validating rules for multiple check boxes -


i have check box in infopath form, when checked, @ least 1 of these other 18 check boxes have checked before submitting. however, appears can add 5 conditional statements validating rule. when try add validating rule 1 of 18 check boxes, can enter in 5 of remaining 17 check boxes.

what want if original check box checked, form submit if @ least 1 of other 18 boxes checked well. ideas?

by using custom expression in validating rules check box, able accomplish this.

not((../my:field2 | ../my:field3 | ../my:field4 | ../my:field5 | ../my:field6)[. = "true"])


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -