How To Suppress or Remove Blank Page in BI Publisher
Uploaded three files.
49142.xml [Showing Terms and Condition after every page, which is working]
22020124.xml [Don't want to show Terms and Condition based on condition but Blank Page is coming after condition met]
ARInvoice.rtf [RTF Format]
Problem is how to remove or suppress blank page where don't want to show T&C even though condition working fine. RTF File has Even/Odd page that handle the T&C.
Condition:
<?if: CF_UPD_EU_FLAG1 != ‘Y’ or CF_UPD_EU_FLAG2 != ‘Y’?>
.........Show T&C.............
<?end if?>
Please help.
Data is sanitized
Thanks