Displaying an attribute from the body at the top of each page.
Hi,
I am buiding an XML Publisher report in EBS R12 using an rtf template.
The Topmost group is the Currency Code, followed by Vendor, Invoice groups etc.
In the Report body I have "F Currency" <?for-each:LIST_G_CURRENCY/G_CURRENCY?>,
underneath it I have "F Vendor Break" <?for-each:LIST_G_BATCH/G_BATCH/LIST_G_VENDOR_BREAK/G_VENDOR_BREAK?> etc.
Currently, the first occurence of the Currency will print on the top of first page, then depending on the number of Vendors and Invoices etc, the next currency value may print anywhere in the rest of the document, because it is not guaranted that the Vendor+Invoice details will fit exactly in one page.