Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Paper size in RTF https://docs.oracle.com/cd/E29505_01/bi.1111/e22254/set_report_props.htm
-
Oracle Technical: BI Publisher Different Page Sizes in Single RTF Template
-
Y don`t you create a sub template and call that template each page you want to display
-
Create different template and call them as follow <?call-template:tHEADER_VERSO?> <?start:body?> <?call-template:tHEADER_RECTO?> <?for-each@section:XMLELEMENT?> <?call-template:tDETAILS?> <?end for-each?> <?end body?> <?call-template:tFOOTER?> To define a template <?template:tDetail?> text content <?end template?> hope…
-
How many pages are there ....how you want to use and what do u mean by 2,3 and last page.
-
You have to create multiple template and call in this body section of this rtf template which will help you
-
ok create three template and call in this header folow this .https://blogs.oracle.com/xmlpublisher/more-subtemplates
-
Never name it.: Different Page header and footer try this also Vishal's blog: Coding different page layouts in a single rtf template and the importance of Contexts in BI Publisher
-
Main Template : <?call-inline-template:invoice_logo?> Sub template: <?if order =1234?>I pasted the actual logo for order1234.jpg image<?end if?> <?if order number =2345?>I pasted the actual logo for order1456 .jpg image<?end if?> like that try it
-
The first result was enlarging the column size in rtf got me in this one The second result by adding the columns next to table RTF sorted out the problem
-
Check this this might help you
-
This is the possible ways you can get the report in same size
-
what does u require actually in the output
-
this is how u want right
-
https://docs.oracle.com/middleware/12211/bip/BIPDM/GUID-70F8A7D1-B206-434A-9B20-D2D7377AC0CB.htm#BIPDM183
-
https://docs.oracle.com/cd/E21764_01/bi.1111/e18862/T527073T527080.htm
-
what is variable your passing and share the sample query of ur report and xml. that would help
-
CLICK ON TABLE PROPERTIES ALLIGNMENT = LEFT AND TEXT WRAPPING = NONE WHICH WILL HELP U