BI Publisher only printing first document in XML file?
I have an XML file with structure like the following:
<Report Name>
+<Properties>
+ <Group Section>
+ <Group DetailS>
+ <Group DetailS>
+ <Group DetailS>
All of the Group Details contain different invoices/documents. Bi is only printing the first one however, is this because the "Group Details" are nested under the Group Section? Is there any way to get around this within BI? I basically just need BI to loop through the template for each of these subgroup group details sections.