multiple lines issue
Hi All,
Oracle Apps R12.1.3, BI Publisher 5.6.3.
I have used different page check box checked in MS-Doc to display different header.
Page 1
Header
Line details and used <xsl:variable name="lpp" select="number(14)"/> to print 14 lines per page.
1
2
3
4
====================================================================================================
Page 2
Line details
5
6
.
.
.14
I have space in this page after line 14 to print remaining lines but it was printing on page3.
====================================================================================================
Page 3
Line details
15
16
17
18
19
20
Can you please help me on this?