Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, I have tried to develop the template at single stretch for all the language to see whether that helps us to solve the Japanese page break issue. It worked perfectly till I complete four languages namely ENG, JPN, KOR and POR. The moment I have added fifth one SPANISH its started giving page break issue on the Japanese…
-
Hi Brajesh, I have uploaded sample RTF and XmL. Please help!!! Thanks, Hari.A.
-
So for did anybody implemented multi lingual template (handling multi-lingual through template design)? Anybody else faced issues like me? Do we have any limitations in BI publisher?
-
Thanks for the response. I have tried the same. But no luck. Am not getting all the employees data in PDF. Also getting many blank pages. Yes. XML has the language tag filter data.
-
Hi All, Further in my research, I have replaced the page break (split by page page break) with <xsl:attribute name="break-before">page</xsl:attribute>. After this change, page break is happening perfectly. But it prints a blank page at the end of report. Now we need to remove this extra blank (only one) page. Thanks, Hari.A
-
Many Thanks for the response. I already have my RTF structure as you have mentioned. For loop is there before those if conditions.
-
To be exact I am having this in my RTF as parent loop before all if conditions <xsl:for-each-group select=".//APS/EMP_DET" group-adjacent="EMPLID">