BI publisher nested group issue
I have an rtf template in BI Publisher where I want to show all rows of data within a repeating group.
My problem is, I need to do this outside of the end of the group, but starting from the first value again.
So in the simplified data model I have; -
<EXPENSES>
<EXPENSE_TYPE_NAME>Small gifts</EXPENSE_TYPE_NAME>..and more
<EXPENSEDISTRIBUTIONS>
<COST_CENTER>10010</COST_CENTER>
</EXPENSEDISTRIBUTIONS>
</EXPENSES>
<EXPENSES>
<EXPENSE_TYPE_NAME>Participant recompense</EXPENSE_TYPE_NAME>
<EXPENSEDISTRIBUTIONS>
<COST_CENTER>10013</COST_CENTER>..and more
</EXPENSEDISTRIBUTIONS>
</EXPENSES>
The template is from Fusion standard notification and has elements in it that generate the EXPENSES detail that I cannot edit, because the logic is black box, via a link in the content that means I cannot even preview my output.