InfoPath - Using preceding:: XPath expression to hide repeating row label
Use preceding:: XPath expression to hide the repeating row label after the first occurrence.
Result:

Rule:


count(preceding::my:RepeatingGroupName) > 0
Use preceding:: XPath expression to hide the repeating row label after the first occurrence.



count(preceding::my:RepeatingGroupName) > 0
Discussions