This is for Commercial Invoice report and the XML is something like this:
<G_HEADER>
some info: X1
<G_UOM>
Pounds
<G_LINES>
some info
</G_LINES>
</G_UOM>
</G_HEADER>
<G_HEADER>
some info: X1
<G_UOM>
Each
<G_LINES>
some info
</G_LINES>
</G_UOM>
</G_HEADER>
The header info is exactly the same but populating in 2 separate headers. I cannot touch the Data model. Is tehre a way to group them into a single header on the RTF Template?
Any direction is highly appreciated!