I am trying to figure out a way to hide a section, depending on if ALL instances of a repeating section are not equal to a particular string.
Some psuedocode:
If (ALL instances of repeating section\@attribute !="String")
Hide Control
I tried this but i realized it obviously wont work because if any instance is not equal to the string it will be hidden. I want to make sure that if any instance IS equal to the string then show the section.
Group/Field[ *]/@attribute !="String"