Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

different header part in every 2nd , 3rd and last page

Received Response
181
Views
20
Comments
2»

Answers

  • Dir_Pal
    Dir_Pal Rank 6 - Analytics Lead

    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 this helps

  • Dir_Pal
    Dir_Pal Rank 6 - Analytics Lead

    How many pages are  there ....how you want to use and what do u mean by 2,3 and last page.

  • Dir_Pal
    Dir_Pal Rank 6 - Analytics Lead

    You have to create multiple template and call in this body section of this rtf template which will help you

  • Dir_Pal
    Dir_Pal Rank 6 - Analytics Lead

    ok create three  template and call in this header

    folow this

    .https://blogs.oracle.com/xmlpublisher/more-subtemplates

  • mist123
    mist123 Rank 4 - Community Specialist
    3591335 wrote: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

    Thanks , Actually i don't have any filters to display different headers in the different pages.

  • mist123
    mist123 Rank 4 - Community Specialist

    Hi

    Could you please help me on this requirement ?

    Inv Org      :Pick Slip    :                                                                             Page: 1 of 1Order Number : 1234 <<...I need this only on first page if the order has more than one page lines..>>Order Number             Order Type        Pick Slip No           CarrierCust. Date                   Delivery Number <<.......>>Line No       Item No    Qty   Amount------------------------------------------------------------------------------------------------------------------------------------Inv Org      :Pick Slip    :                                                                             Page: 2 of 2Order Number : 1234Line No       Item No    Qty   Amount

    Thank you.

  • Dir_Pal
    Dir_Pal Rank 6 - Analytics Lead

    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

  • mist123
    mist123 Rank 4 - Community Specialist

    Could you please help me on this?

  • mist123
    mist123 Rank 4 - Community Specialist

    Could you please help me on this?