I've got a repeating table in an InfoPath form with a colum "AF_Validated". I want to conditionally format the submit button to only be available when all rows in the repeating table have AF_Validated = "Y". I've gone through a few permutations of this but so far, the conditional formatting is only reading the Y/N status of the first table row vs. all rows in the table.
xpath for my field is /my:myFields/my:AwardFee/my:AF_Evaluations/my:AF_Validated
Thoughts appreciated.
Jeff