Thursday 29 August 2024

Page Break syntax split-by-page-break: is not working in RTF template for BIP report issue Solution

 If you are facing issue for Page Break syntax  <?split-by-page-break:?> is not working in RTF template for BIP report.

Please try below given solution and check it will work.

This issue for page break problem occurs on the last record of the report. It makes no different what that record is, it's always the last record.

Solution :

The solution is to change the page break tag.

Within the rtf template in Word, right click the first page break tag (below the first table) and select BI Publisher > Properties

A new box entitled BI Publisher Properties should appear on the screen. Within the Code box you should see this code

<?split-by-page-break:?>

Replace that code with this code

<xsl:attribute name="break-before">page</xsl:attribute>

Run the report again.

No comments:

Post a Comment

AP Invoice Notes related Table details in Oracle Fusion

 What is the table that stores the AP Invoice notes? AP notes are stored in ZMM_NOTES table with SOURCE_OBJECT_CODE = 'AP_STANDARD_INVOI...