Changing HTML head in RTF template?

Hello everybody,
I have a question concerning RTF templates and BIP's HTML output: Is it possible to add information to the <head> section of HTML pages generated by BI Publisher when creating the RTF template? And if it is, can somebody tell me how to do it?
Thanks in advance!

Hello Naveen,
thank you very much for the link. Unfortunately this seems to be unsupported by BI Publisher.
Instead of showing my report, BIP displays the following error message: +"element Header is not supported yet."+
Thank you again for your efforts.
kv12

Similar Messages

  • Complex Header on RTF Template

    Hello all,
    I have an issue with an RTF template and I really hope you have a minute to help me out.
    I'm really new at this stuff. This is for Purchase Order (PO) printing on Oracle eBusinesss Suite.
    On the template I need the first rows from a table (which represents the PO number) to be repeated for each page when the number of rows on the table exceeds one page. Those rows are inside a for-each.
    I've tried:
    1. using Word Header, it won't let me put form fields, so I've tried with the XMLtag for the fields, but it allways repeat the first one when more than one PO exists.
    2. using Word Repeat Header Rows property, works fine with just one PO, but doesn't work for more than one.
    3. using <?start:body?> <?end body?> gives me an error, changed for <?body-start?> <?body-end?> which gave me no error but doesn't do anything.
    Could I have a version issue? I'm working with Oracle BI Publisher Template Builder for Word 10.1.3.4.1. and XMLP 5.6.3 on eBS 11i.
    Really appreciate if you shed a light over this.
    Thanks!

    Thanks for your reply, I think you understood the problem.
    We've tried what you suggested, but didn't work.
    It keep on repeating the first PO_NUM on every page, for the field above the start:body.
    The PO_NUM bellow the start:body (inside the for-each) is iterating OK as expected.
    This is what it looks like now:
    THIS IS MY HEADER
    <?POH_PO_NUM?>
    <?start:body?>
         <?for-each-group@section:G_HEADERS;./POH_PO_NUM?>
              <?POH_PO_NUM?>
              <?for-each:G_LINES?>
                   <?POH_LINE_QTY?>
              <?end for-each?>
              <?split-by-page-break:?>
         <?end for-each-group?>
    <?end body?>
    Any suggestion? I'm I missing something?
    Thank you very much!

  • Change value parameter in RTF template

    Hi
    sorry if possible change a value parameter in RTF template?
    Thanks in advance for any insights!

    Thanks but I already tried it and it works.But if there is a second page with the parameter value rebooting.
    For this reason I wanted to reset the parameter value.
    Thanks

  • BI Publisher: variable in Header of rtf-template

    Hi,
    Is there a way to display a field in a Header of RTF-document when the value source of the field is from XML data source ?
    In other word, could Header of RTF-document conclude variable ?
    Thank you

    tried after installing latest desktop Bi Publisher verison but no improvement. issue remains same error message as earlier

  • Display HTML data on RTF Template - EBS R12

    Hi,
    I have a requirement where I would like to display the data from a Rich text format to a XML Publisher report Output.
    The XML Tag is currently showing all the HTML tags in its data.
    Please can anyone help as too how can I display the HTML data on the RTF output.
    EBS Version - R12.1.3
    XML Publisher report - Using Data Template as Report source
    Thanks in advance
    Regards,
    BM

    Please have a look at this
    https://blogs.oracle.com/xmlpublisher/entry/html_in_xml_support

  • Header in .rtf template should not come on the first page?

    Hello,
    I developed a custom AR statements report, in the report I to print repeatedly from the second page ( it shouldn't come on the first page header), how can I do this.
    Please input your comments?
    Thanks,
    Sridhar

    you can use different page header and footer have develope the report in 2 pages or only one page .
    if you develope the report in 2 pages
    in the first page remove header and use different first page header property in word and paste the header in second page.

  • RTF Template Logo boarders get changed in apps pdf output

    Hi,
    I developed rtf template with logo , rtf page header is 0" and margins are 0.2" and 0.25" (minimum for ms word to print).
    I don't want to have any space b/w header and logo.
    Preview in rtf template in pdf format is showing with correct margins.
    But when i print the pdf preview, the logo changes its positin..ie..margins get changed.
    when i attach to template in apps, the pdf output is coming with different boarders sizes.
    PDF O/P is having space at the header ie..b/w header and logo.
    any suggestions.
    Thanks.

    I figured out why the layout is changing when I print - page scaling option in Adobe was set to 'fit to printable area'. Is there some way that I can ensure whomever prints the file (3rd party provider) has this setting turned off? A command embedded in the template? A config file?
    Any help would be sincerely appreciated.......

  • Resetting Header and Footer in RTF templates

    Hi,
    I developed an RTF template (template 1). This template contains start:body and end body for printing the header and footer in all pages. After printing this template then i have to call another template(template 2) from this. I called the template (template 2) using call statement. But the probelm is that the header and footer of template1 is printed in the output of template2 .
    I dont want to print this header and footer for template 2. Can anyone please suggest me in doing this. I placed start:body and end body in the second template with the assumption that 1st template's header and footer will be overwritten. But if i preview then am getting the error
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\Documents and Settings\kpoda\Desktop\Invoice Printing Efficiencies\Sample XML Data\Sample Output4.xml
    FOProcessor setLocale: en-us
    each
    Please sugget.
    Thanks

    Hi,
    Do you have two templates (template1 & template2) that you want to display in the same document where the pages for template1 has one set of header and footers; and template2 has another set of header and footer?
    If that is the case you can simply create a new section in your rtf template so you have section1 and section2.
    In the body of section1 you call template1 and template2 in the body of section2.
    You can then have different header and footers for the two templates in the same document.
    BR Kenneth

  • Datatype change in RTF template

    Hi Team,
    I am not sure if this can be done, but, do we have a way in which we can change the datatype of a column in rtf template while preparing the template.
    Can you please help!
    Thanks
    Bhupendra
    Edited by: Bhupendra Gupta on Sep 9, 2009 4:21 AM

    Thanks for replying Vetsrini.
    Say i have a rtf template with which i will generate an csv report, and am not able to retain zeros in csv.(have posted one more post on this)
    So i want to convert a number column in database to character or string in rtf so that i can try if the leading zero problem is still there.
    I need CSV file because we have more 60k rows of records and csv does not do formatting.
    Sorry for posting 2 threads on this.
    But i need this to be get going as soon as i can
    Can you please help me out with this!
    Thanks
    Bhupendra

  • Report header issue in .RTF Template

    Hi,
    I have designed a .RTF Template, I need to display a Parameter in the header part of the template, If the Parameter doesn't contain values then I do not want to show them, Can I have If and End if condition in the header part, I believe I cannot use Field in the header part.
    How do I achieve it, If you need the .RTF template i can upload.
    Regards,
    Ashoka BL

    Hi,
    Declare the parameter with the syntax <?param@begin:AAAA?>
    And in the header use <?$AAAA?> if AAAA is the name of your parameter. If theres no value, it will automatically not display since the value is blank, No need of an if wrapper.
    -Domnic

  • Header and footer of RTF template not getting carried over to Excel output

    We have Header and Footer in RTF template defined. The output of the report will be in Excel. When we run the report, the header and footer on the report are not getting carried over to excel has header and footer, instead the header and footer are printed as first line on the excel. Also, the RTF template is set to landscape but when the output is generated in excel, it is set to Portrait

    hi..
    chk this presentation...
    http://csc-studentweb.lrc.edu/swp/Berg/articles/NW2004s_what_is_new.ppt#352,3,Why NW 2004s?
    http://www.sap-hefte.de/download/dateien/1090/086_leseprobe.pdf'
    hope this helps...

  • How to display a blob image in RTF template's Header.

    Hi,
    I want to display a blob image (logo company) in my RTF template,
    my problem is how i can display this image in the template's Header.
    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    Thanks in advance.

    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    sure
    what is red elements ?
    you template can be looks like
    ..... some data .....
    ( after  all data )
    <?template:footer_logo?>
    <fo:instream-foreign-object content-type="image/jpeg" ><xsl:value-of select=".//LOGO"/></fo:instream-foreign-object> (as field )
    <?end template?>
    <?call-template:footer_logo?> ( in header/footer )
    some remarks https://oralublog.wordpress.com/2014/10/04/bi-publisher-11g-footers-and-headers-in-rtf-template/

  • Header / footer with RTF template

    Hi all,
    My problems are below:
    - I want to create RTF template for a BI Publisher report. On that template, I would like to have a group of data that is printed only on the last page of the report (as a summary document end). For example, if, when I print my report, the used datamodel in my template selects datas to be printed on 5 pages, I want that some datas appear only on the fifth page and if the datamodel selects datas to be printed on 10 pages, I want that some datas appears only on the tenth page etc...
    How to do that ?
    -Also, how to use header and footer otherwise that hard code tags in header and footer ? Also, finally do you have some tutorials or samples to use complex header and footer with RTF template ?
    Thank you.
    Michaël.
    CGSI.

    i have a problem with header and footer too can you please help me out..
    <?call:Header?>
    group ROW by saw0_
    <?template: Header?>
    Account ID: saw0_
    <?end template?>
    Total saw17_
    page breakend ROW by saw0_
    i have a column saw_0 which i want to show as header in each page. and for each new saw_o i want to show it in next page.
    but currently in the header it shows the last row fetched by saw_o.
    while saw_0 has more than 1 value.

  • Outbound Plain HTML Adapter how to change the html-header field "host"?

    Hello,
    I'm using XI 3.0 SP11 and want to transmit a message to a business partner using the Plain HTML Adapter.
    My problem is now that I need to change the default Html-Header field "host" because it seems that the adapter engine is converting it to lower case and is attaching the port-number which is causing trouble with the loadbalancer/applicationserver of our business partner.
    I tried to set the appropriate http-header value in the communication channel configuration, but the adapter engine is ignoring this value.
    Thanks in advance for any ideas.
    Sascha Fuchs
    Message was edited by: Sascha Fuchs

    Hi Sascha,
    unfortunately the Plain HTTP adapter is not running in the J2EE, therefore you cannot extend the functionality with an adapter module.
    I am not sure to understand the problem right. Why do you need to change the HTTP header? What is in it in your case and what should be?
    Regards
    Stefan

  • Excel changes needed from RTF Template

    Hi all,
    I created RTF template which it publish in excel format.I am getting correct report but here i want some Excel settings from RTF template.
    These all properties i want in Excel  output file which is generated from RTF.
    1) Page number must be displayed at the bottom of each printed page.
    2) Report should be landscape oriented.
    3) Column headers must display on each printed page of the report
    4) Page should be setup to print at 47%
    5) Freeze panes in one of cell.
    Thanks in advance!!!!
    Thanks
    KSS

    Hello KSS,
    ) Page number must be displayed at the bottom of each printed page.
    For this select the Insert-->Page Numbers and say position as bottom of the page.
    2) Report should be landscape oriented.
    Select File-->Pagesetup here select the oreintation as Landscape.
    3) Column headers must display on each printed page of the report
    You might have defined a table and included the desired values
    Select the table properties and go to the Row tab there check the option "Repeat as Header row at the top of each page"
    Kind Regards,
    Kumar.

Maybe you are looking for

  • SAP Service Not Starting in BI 7.0

    Hi All, Today morning my BI 7.0 server restarted twice automatically, then I started the server in last known good configuration after that when I tried to start the server from SAP MMC it didn't started and when i checked the sap service in services

  • Possible iCloud/Oulook Fix

    Not saying this will resolve everything but it should help In Outlook click File Options Add-ins Click on iCloud Outlook Add-in look towards bottom left for Manage Click on COM Add-ins and select Disables Items and click go Select Addin Icloud Outloo

  • Stuped question. Please Help!

    Hi Jdev gurus. I have project with structure: .package1 ..Class1.java .packaje2 ..Class2.java So where is the problem. Class2 use Class1 but when ai right click over Class2 (in Class1) and then select "Go to declaration" it give me Class1.class. Same

  • Correct Format For Movie File

    Hello, I am in the process of transferring old family film footage to digital files. The company I'm taking these reels to is recommending that I put them on an external hard drive in .mov format. They say that this will allow me to edit with iMovie.

  • Mail crashes when sending a message

    i'm pretty sure this is a glitch that is occurring due to the recent iphone software update because i have never had any trouble here before. secondly, i am using gmail set up with IMAP on my phone (i followed all the online guides and it has worked