To print a table at the bottom of the page, irrespective of the space taken up by the previous table
Using the Oracle BI Publisher add on for Microsoft word we need to print a table at the bottom of the page, irrespective of the space taken up by the rest of the data/text. The report is developed as an rtf template and the XML for the report has the following structure:
Table [
For-each g_header
<data from g_header query>
For-each g_lines
<data from g_lines query>
End g_lines
] close table
Second Table [
More details from g_header
] close table
End g_header
There is no limit to the number of records in g_lines. It can hold 1, 2, 3 records or can even span on the other page. Our requirement is that the table printed after g_Lines is printed at the bottom of the page, leaving a blank gap between the last record of g_lines until the table.
Tagged:
0