Custom Header/Footer examples

Custom Header/Footer examples
Does anyone have an example of a custom header and/or footer they are using in RequestCenter which has a hyperlink ?  We would like to have a "Getting Started with the Service Catalog" on the right hand side of the MyServices home page. 
The "Getting Started with the Service Catalog page" will be either an non-orderable service, a PowerPoint presentation or a link to a SharePoint page.  What types of "help" pages do you think work best in RequestCenter?
thanks
cmhaynes

ooooohhh.... didn't know I could do that... our trainer didn't show us how to do that  
thanks

Similar Messages

  • How to setup a gridPane/Table with a customer header/footer

    Hello -
    I'm going crazy trying to figure this one out and any help would be greatly appreciated!
    I'd like to create a table with a custom 4 column header and footer, but with a single cell as the "main" section holding a child table(another gridPanel, I presume). I've been using the headerClass property on the gridPanel, but not sure what this actually DOES. Do I need to use the "facet" tags manually to set up a header row? Basically, I'd like the effect of using graphics to create a "framed" effect for another table. I hope I've explained this okay :) Any thoughts/help would be so appreciated!
    Thanks,
    Tom

    Hello -
    I'm going crazy trying to figure this one out and any
    help would be greatly appreciated!
    I'd like to create a table with a custom 4 column
    header and footer, but with a single cell as the
    "main" section holding a child table(another
    gridPanel, I presume). I've been using the
    headerClass property on the gridPanel, but not sure
    what this actually DOES. Do I need to use the
    "facet" tags manually to set up a header row?
    Basically, I'd like the effect of using graphics
    ics to create a "framed" effect for another table.
    I hope I've explained this okay :) Any
    ny thoughts/help would be so appreciated!
    Thanks,
    TomIn JSF terms, using a Panel Grid component, you can specify a header that goes across the top of the entire grid using a "header" facet. Likewise, the "footer" facet can set a footer that goes across the entire bottom of the grid. You might want something like this:
    <h:panelGrid ... columns="3">
      <f:facet name="header">
        <h:outputText value="This Is The Entire Header"/>
      </f:facet>
      <f:facet>
        <!-- An image across the bottom of the grid -->
        <h:graphicImage .../>
      </f:facet>
      <h:outputText value="Row 1 Column 1"/>
      <h:outputText value="Row 1 Column 2"/>
      <h:outputText value="Row 1 Column 3"/>
      <h:outputText value="Row 2 Column 1"/>
      <h:outputText value="Row 2 Column 2"/>
      <h:outputText value="Row 2 Column 3"/>
    </h:panelGrid>So, the "headerClass" attribute on a PanelGrid sets the CSS style class that will be used; it does not define the content of the header. Instead, you do that by embedding a component inside the facet.
    Creator doesn't currently have any GUI to help you set up the header and footer facets, but you can still add them in the JSP source mode.
    Craig

  • CUSTOM PORTLET HEADER/FOOTER

    I need to create custom portlet containers, with custom header, footer and border.(Specifically I need rounded edges without the border.) The portal style editor supports header customization only, which is not enough in my case. Is my path to follow to create my own ContainerRenderer (subclassing DefaultContainerRenderer) and to overwrite renderShowHeader() and renderShowFooter() to staisfy my needs? If I do this, how would I render the minimize, customize, etc links in my own header? If I have third party portlets, I can set their providers to use my container renderer, but I am not sure about the effects of it (eg: the third party provider can't use custom containerrenderer). What other restirictions do I introduce with this solution? Are there any other ways to get the same effect?

    Jens is referring to the PL/SQL API
    PORTAL.WW_PRO_API_PROVIDER.PORTLET_RUNTIME_RECORD
    <P> /**
    <BR> * A record structure containing the details for a portlet during runtime.
    <BR> *
    <BR> * A portlet_runtime_record structure is passed to the show_portlet
    <BR> * procedure of provider implementations.
    <BR> *
    <BR> * The provider should set the values for caching_key, caching_period,
    <BR> * caching_level and caching_invalidation in the show_portlet procedure
    <BR> * if caching is enabled for the portlet.
    <BR> *
    <BR> * @field portlet_template a string, representing the HTML to render the
    <BR> * portlet's custom header and footer. The format
    <BR> * is as follows:<br>
    <BR> * <header> #body# <footer><br>
    <BR> * This field is available with Oracle9<i>i</i>AS
    <BR> * Portal 9.0.2 or later.
    <P> procedure show
    p_portlet_record in out portal.wwpro_api_provider.portlet_runtime_record
    <P>Personally, I haven't been able to get it to work either.
    <P>Thanks,
    <P>Roark

  • Question about TextEdit. How do i add a custom header to a multipage document? For example, "Smith, page 2", "Smith, page 3', etc. I can do it in Microsoft Word, but cant figure out how in TextEdit.

    How do i add custom headers to a multipage document in TextEdit? i need to add a custom header in upper right of page, for example: "Smith, page 2", "Smith, page 3" etc.  The add header setting in Textedit file-print only adds date : time in upper right, with "Page 1 of 3" on bottom right.
    Thank you.

    It's just a text editor not a word processor.

  • How to print jTable with custom header and footer....

    Hello all,
    I'm trying to print a jTable with custom header and footer.But
    jTable1.print(PrintMode,headerFormat,footerFormat,showPrintDialog,attr,interactive)
    does not allow multi line header and footer. I read in a chat that we can make custom header and footer and wrap the printable with that of the jTable. How can we do that..
    Here's the instruction on the chat...
    Shannon Hickey: While the default Header and Footer support in the JTable printing won't do exactly what you're looking for, there is a straight-forward approach. You can turn off the default header/footer and then wrap JTable's printable inside another Printable. This wrapper printable would then render your custom data, and then adjust the size given to the wrapped printable
    But how can i wrap the jTable's Printable with the custom header and footer.
    Thanks in advance,

    I also once hoped for an easy way to modify a table's header and footer, but found no way.
    Yet it is possible.

  • XMLPub 5.6.3: Data fields missing in Header/Footer

    Hello,
    I am having a problem with an RTF template, where the data fields in the
    template Header or Footer that should display data do not appear at all, while
    the fixed text that is in the Header/Footer is shown.
    This template is built with the start:body/end body syntax to separate
    the fields that belong to the Header/Footer from the body of the report. The
    body has a for-each@section that works fine and a split-by-page-break at the
    end, after the Footer fields.
    I played a little bit with the template and I found out, that:
    - if I change my template not to use the start:body/end body syntax, but I use
    the Header/Footer Word functionality with the explicit field names specified in
    the header or footer, the data fields will not be displayed;
    - if I remove the for-each@section, the data fields in the Header (before the
    start:body) and in the Footer (after the end body) are displayed correctly;
    - if I duplicate in my XML file one of the elements that are in the Header and I put it
    in the child group that is displayed in the repeating section and I add another data
    field in that section, it will display both in the Header and in the repeating section;
    This very template works fine on an E-Biz instance at another customer site, but
    only here it's showing this issue.
    It also looks like a different problem than the one caused by the Microsoft
    security update. In fact, I cannot not find any "/headerr" or "/ footerr"
    strings in the template RTF. (Anyway, is there a patch for version 5.6.3?)
    Can anybody shed some light on this strange issue? Any advice?
    I am using XMLPub Desktop 5.6.3 and MS Word 2000 9.0.6926 SP-3.
    If someone wants to have a look, I've prepared a small test example to show this weird behavior.
    Thanks,
    Paolo

    ashee1,
    Please refer XMLP User Guide Chapter 9. You need to define data definitions and upload the data template to DataTemplate filed.
    Create the Template Definition and upload your RTF Template.
    Create a Report Definition in Concurrent Program/Manager and set the executable as XDODTEXE. make sure the program short name is the same as Data Definition.
    Set the output type as XML and the OPP will pick your RTF Template.
    -Ashish

  • Report header/footer not getting displayed ondashboard

    We added deault header/footer to OBI reports as per the steps given in OBI Presentation services
    administrator guide (section 3: Administering Oracle BI Answers):
    By adding xml code as below under 'OracleBIData\web\msgdb\customMessages' folder
    <WebMessage name="kuiCriteriaDefaultViewElements" translate="no"><HTML>
    <view signature="compoundView" >
    <pageProps pageSize="a4">
    <pageFooter showOnDashboard="true" show="true">
    <zone type="top"><caption>Footer Text</caption>
    <displayFormat fontColor="#FF0000"/></zone>
    </pageFooter>
    </pageProps>
    </view>
    </HTML>
    </WebMessage>
    The 'Footer text' is coming in all new requests created, but when we add that request to a
    dashboard as embedded section, the footer is not displayed. Can anybody please provide some
    information that how we can get any customized text/link added in report footer to get displayed
    on the dashboard page.
    Thanks!

    Hi..
    yes, whatever the headers/footers you have mentioned in report will not be shown in dashboard..
    But if you mention the report link - download (don't specify headers/footers for dashboard at this time), when you download that report you can see the headers/footers in that report..
    But when you use download option for whole dashboard, you can't see those h/f s unless you mention the h/f s for the dashboard...
    This is expected, because when user download the dashboard he shouldn't see the 2 h/f s.
    So, you need to mention the print pdf s in edit dashboard.
    Hope it's clear..
    Thanks & Regards
    kishore Guggilla

  • IDCS4 Export to PDF (Header/Footer Screwed Up) in PDF...Possible Solution?

    THE PROBLEM (See "Evil footer setup.pdf"):
    When you convert a IDCS4 document to a PDF while using a 2-page master, the PDF may be missing the odd or even pages. The page content (silly face) is there, but the header and/or footer is screwed up on either the odd or even pages.  The even pages are mess up in this example.
    THE REASON:
    INCS4 does not like a single (header and footer) box to be dragged across both pages.  Whe you do, you get them on one page or the other. Anything in theses header/foot goes asta-la-bye bye. In "Evil footer setup.pdf" both the header and footer boxes were two separate boxes drawn on one side, then dragged across the other page.
    THE SOLUTION: (See "Happy footer setup.pdf")
    On the 2-page master, set up the even (left pages) first with all of the header and footer information (include bleeds). If your using colored boxes for the header and foot area, put them on the bottom layer and put all text and page numbers on a new layer above. In the "Happy footer setup" example, the even (left) page header is identified by light cyan and the footer is identified by light magenta. Once the left side is done, group it, dup it and move it to the odd page (right side). The header on the odd (right) pages is now dark cyan while the footer is dark magenta.  Once boths sides are set up, overlap each header and footer onto the opposite page by 1/8 of an inch to cover any gaps (seen in the happy example). This is assuming the header on both sides is the same color.
    The "Sample Master Pages.pdf" (TOP) shows a single box header and footer dragged across 2 pages. (BOTTOM) shows a single box header and footer on each individual page.  Remember the layers. Compare the sample to Happy and Evil and you'll get the idea.
    Hope this helps someone.

    This MAY be solved by the 6.0.4 update. See the release notes for item #2299929.
    An important update to the InCopy and InDesign products has been released today!
    To install the update, choose Help > Updates from any Adobe CS4 application, or navigate to the Adobe Updater and launch it:
    Mac: /Applications/Utilities/Adobe Utilities/Updater6/Adobe Updater.app
    Win: C:\Program Files\Common Files\Adobe\Updater6\Adobe_Updater.exe
    You can also download the updates from Adobe.com at the following locations:
    InCopy Mac: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=Macintosh
    InCopy Win: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=WIndows
    InDesign Mac: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=Macintosh
    InDesign Win: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=WIndows
    Release notes are here: http://www.adobe.com/go/id6_readme_en

  • Gaps between header/footer and main content

    I am building upon a website that somebody else previously worked on.  When adding to the main content, gaps appear between the header/footer and the content.  How can I fix this?
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>stitch by stitch needlepoint</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link href="sbs_style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    .style1 {font-size: 18px}
    .style2 {font-size: 14px; font-style: normal; line-height: 20px; color: #aa0f2e; text-decoration: none; font-family: Georgia, "Times New Roman", Times, serif;}
    -->
    </style>
    </head>
    <body bgcolor="#d0e8fb" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><!-- ImageReady Slices (cut_events.psd) -->
    <table width="732" border="0" cellspacing="0" cellpadding="0" align="center">
    <tbody>
    <tr>
    <td><a href="index.html"><img src="images/logo.gif" alt="stitch by stitch" width="316" height="66" border="0" class="logo" /></a></td></tr></tbody></table>
    <table width="732" height="629" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tbody>
    <tr>
    <td colspan="17"><img src="images/bordertop.gif" width="732" height="31" alt="" /></td></tr>
    <tr>
    <td rowspan="5"><img src="images/events_borderleft.gif" width="36" height="564" alt="" /></td>
    <td><img src="images/nav_spacerleft.gif" width="31" height="19" alt="" /></td>
    <td><a href="index.html"><img src="images/nav_home.gif" alt="" name="home" width="47" height="19" border="0" id="home" /></a></td>
    <td><img src="images/nav_dot1.gif" width="7" height="19" alt="" /></td>
    <td><a href="events.html"><img src="images/nav_upcomingevents.gif" alt="" width="114" height="19" border="0" id="events" /></a></td>
    <td><img src="images/nav_dot2.gif" width="11" height="19" alt="" /></td>
    <td><a href="classes.html"><img src="images/Nav_classes.gif" alt="" width="57" height="19" border="0" id="classes" /></a></td>
    <td><img src="images/nav_dot3.gif" width="12" height="19" alt="" /></td>
    <td><a href="directions.html"><img src="images/nav_directions.gif" alt="" width="68" height="19" border="0" id="directions" /></a></td>
    <td><img src="images/nav_dot4.gif" width="13" height="19" alt="" /></td>
    <td><a href="photogallery.html"><img src="images/nav_photogallery.gif" alt="" width="89" height="19" border="0" id="photogallery" /></a></td>
    <td><img src="images/nav_dot5.gif" width="12" height="19" alt="" /></td>
    <td><a href="customdesign.html"><img src="images/nav_customdesigns.gif" alt="" width="97" height="19" border="0" id="customdesigns" /></a></td>
    <td><img src="images/nav_dot6.gif" width="13" height="19" alt="" /></td>
    <td><a href="vendors.html"><img src="images/nav_vendors.gif" alt="" width="67" height="19" border="0" id="vendors" /></a></td>
    <td><img src="images/nav_spacerright.gif" width="24" height="19" alt="" /></td>
    <td rowspan="5"><img src="images/events_borderright.gif" width="34" height="561" alt="" /></td></tr>
    <tr>
    <td colspan="15"><img src="images/string.jpg" width="662" height="88" alt="" /></td></tr>
    <tr>
    <td colspan="15"><img src="images/events_hd_upcomingevents.gif" width="662" height="44" alt="" /></td></tr>
    <tr>
    <td colspan="15" width="662" height="13" bgcolor="#EBECEC"> </td></tr>
    <tr>
    <td width="662" height="397" colspan="15" bgcolor="#EBECEC" valign="top">
    <table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
    <tbody>
    <tr>
    <td width="140"><br /></td>
    <td align="center"></td></tr></tbody></table>
    <p align="left" class="events_boldRed"><span class="style1">Charlie Harper Trunk Show</span></p>
    <p align="left"><span class="style2">February 2012</span><span class="events_boldRed"><br />
        </span></p>
    <p align="left"> </p>
    <p align="left"><span class="events_boldRed"><span class="style1">Back to Basics II with Tony Mineri</span></span></p>
    <p align="left"><span class="style2">March 12, May 14, June 18 &amp; July 19</span></p>
    <p align="left"><span class="style2">9:30-4:00 (lunch will be provided</span></p>
    <p align="left"><span class="style2">Space is limited - $350.00</span></p>
    <p align="left"> </p>
    <p align="left"><span class="events_boldRed style1">Tony Mineri Embellishments</span></p>
    <p align="left" class="style2">2012 </p>
    <p align="left" class="style2">June 3rd &amp; 4th - Full (waiting list only)</p>
    <p align="left" class="style2">November 4th &amp; 5th (limited space available)</p>
    <p align="left" class="style2">2013</p>
    <p align="left" class="style2">June 9th &amp; 10th </p>
    <p align="left" class="style2">October 6th &amp; 7th</p>
    <p align="left"><span class="events_boldRed"><br />
    </span></p></td>
    </tr>
    <tr>
    <td colspan="17"><img src="images/borderbottom.gif" width="732" height="37" alt="" /></td></tr></tbody></table>
    <table width="732" border="0" align="center" cellpadding="0" cellspacing="0">
    <tbody>
    <tr>
    <td>
    <p align="center"><span class="bottomnav"><a href="index.html">home</a> </span><span class="body_bottomlink">|</span><span class="bottomnav"> <a href="events.html">upcoming events</a> </span><span class="body_bottomlink">|</span><span class="bottomnav"> <a href="classes.html">classes</a> </span><span class="body_bottomlink">|</span><span class="bottomnav"> <a href="directions.html">directions</a> </span><span class="body_bottomlink">|</span><span class="bottomnav"> <a href="photogallery.html">photo gallery</a> </span><span class="body_bottomlink">|</span><span class="bottomnav"> <a href="customdesign.html">custom designs</a> </span><span class="body_bottomlink">|</span><span class="bottomnav"> <a href="vendors.html">vendors </a></span></p></td></tr></tbody></table>
    <p> </p>
    <p> </p>
    <p><!-- End ImageReady Slices --></p>
    <p>  </p>
    </body>
    </html>

    This is just a guess, which is what we have to do until we can see the live page, but try changing this -
    <p align="left" class="events_boldRed"><span class="style1">Charlie Harper Trunk Show</span></p>
    to this -
    <p align="left" class="events_boldRed" style="margin-top:0;"><span class="style1">Charlie Harper Trunk Show</span></p>
    Does that solve the gap between the header and the main content?
    While you're worrying about these gaps, read this -
    http://www.apptools.com/rants/spans.php
    I see trouble ahead....

  • How to Change Journal Header name to Custom Header Name while GL Importing?

    Hello Experts,
    I am in situation where customer wanted to keep their own journal header naming conventions to imported journals in Oracle GL for custom Journal sources.
    As I know while importing journals, Oracle Creates the Journal Name based on the below mentioned logic.
    "Journal Import creates a default journal entry name using the following format:
    (Optional User-Entered REFERENCE4)(Category Name)(Currency)
    (Currency Conversion Type, if applicable)
    (Currency Conversion Rate, if applicable)
    (Currency Conversion Date, if applicable) (Encumbrance Type ID, if applicable)
    (Budget VersionID, if applicable). If you enter a journal entry name,
    Journal Import prepends the first 25 characters of your journal entry name to
    the above format"
    But then How it is possible to only allow journal header Name to be used present in REFERENCE4 excluding all other string provided by Oracle? Instead of using omitted string custmoer wanted to keep their own parameters. Example - REFERENCE4.A.B.C etc.
    Is it possible to solve this using seeded setup or modifying some hook packages or anything else?
    As far as I know there can be one workaround to be use of updating journal header name after journal import being completed successfully for custom journal source. But only fear is Oracle doesnt allow updating the base table without API. Am I rght?
    So it would be really great if anyone of you can suggest the best solution or best possible workaround.
    Thanks

    Duplicate - How to Change Journal Header name to Custom Header Name while GL Importing?

  • Dynamic Header/Footer/Content in Portal

    Hi All
    i'm new to portal, i want that when user logs in according to user there should be Header , Footer and Content displayed dynamically. For example if User A is in department D then his department logo,footer along with contents related to his department should be displayed. Next problem is , layout of page for every department may be different. Is it possible in Oracle Portal environment or we will have to use Webcenter for this purpose.
    Thanks in advance

    You can check for the logged in user in Oracle UI Template level. Then according to logged in user you show his department logo's colors etc...But before the hand create logos and CSS.
    Once you are done with UI template logic then apply same to Portal template there you can decide the layout/regions of the page.
    After that create the Portal pages and apply Portal template to the page and place the portlets(either java , Oracle protelts ) in the page level and get the dynamic content according to logged in user .
    Thanks
    Seshagiri

  • Header, Footer in 0adhoc

    hi guys,
    what is the use of header, footer template
    in 0adhoc web template?
    due points will be assigned

    Change 0ADHOC_HEADER and 0ADHOC_FOOTER.
    Here is code for the header...(Essentially, we just show the logo via the link, be sure to upload your logo to the MIME repository. WE also show the last time the data was updated in the infoprovider in teh header at the top of the page!!!)
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DP"/>
             <param name="DATA_PROVIDER_ID" value=""/>
             DATA_PROVIDER:             DP
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="JD_HEADER_TPL"/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>BW Web Application</TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/Streamline_BWReports_ie6.css" type="text/css" rel="stylesheet"/>
    </HEAD>
    <BODY>
    <table border="0" cellpadding="0" cellspacing="0" width="760">
    <tr>
        <td width="31%">
            <IMG src="/sap/bw/Mime/Customer/Images/greenyellohorz.jpg">
        </td>
        <td> </td>
        <td   tabIndex="0" width="53%" align="middle"><font size=3><strong>
        <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="QueryName"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             <param name="HELP_SERVICE" value="SAVE_VIEW"/>
             <param name="HELP_SERVICE_CLASS" value="CL_RSR_WWW_HWIND_SAVE_VIEW"/>
             ITEM:            QueryName
    </object> </strong>
        </font>
        </td>
        <td> </td>
        <td  tabIndex="0">
        <SAP_BW_TEXT program="SAPLRRSV" key="705"> <br>  
        <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="Actuality"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="ROLLUPTIME"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="ROLLUPTIME"/>
             ITEM:            Actuality
    </object>
        </td></tr>
    </table>
    </BODY>
    </HTML>
    Here is code for Footer...
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="JD_FOOTER_TPL"/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>BW Web Application</TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/Streamline_BWReports_ie6.css" type="text/css" rel="stylesheet"/>
    </HEAD>
    <BODY>
    <TABLE cellSpacing=0 cellPadding=0 width=780 align=left bgColor=#ffffff
    border=0>
      <TR>
        <TD class=ten vAlign=center noWrap align=left>
          <br>Copyright © 1997-2005 MY Company. All Rights Reserved.
      </TD></TR></TABLE>
    </BODY>
    </HTML>

  • Header&Footer in FCC

    how to identify Header,Footer in sending side of File adapter

    HI,
    In your file you will be getting the key field for header and footer.
    for example
    01abc
    99fgd
    here 01 is the key field for header and 99 is the key field for footer.
    You need to use the
    Key Field Name     Record Type
    Header_Record.keyFieldValue     01
    and the Trailer_Record.keyFieldValue     99
    in the FCC.
    Thnx
    Chirag

  • Header Footer in Oracle Reports

    Can we print header,footer and mainsection in the same page in oracle reports?

    HI,
    In your file you will be getting the key field for header and footer.
    for example
    01abc
    99fgd
    here 01 is the key field for header and 99 is the key field for footer.
    You need to use the
    Key Field Name     Record Type
    Header_Record.keyFieldValue     01
    and the Trailer_Record.keyFieldValue     99
    in the FCC.
    Thnx
    Chirag

  • Excel-Export WAD 7.0 - Header/Footer/Margins

    Dear all,
    I used the Header/Footer and Margin options in the export wizard (export to excel) but it doesn't work. When I print the excel file no header/footer information are shown. as well as the margin settings of the printed page are not as I entered.
    I know that I should use the pdf-export (it works fine), nevertheless the customer wants to have a "formatted printing" even out of a generated excel-file.
    Any ideas?
    Or do the input options regarding header/footer and so on only refer to the pdf-export?
    Thanks in advance.
    Mark

    Dear Mark,
    Unfortunately Excel exporting is not designed for such purposes. The only option you have is to specify which web items are to be exported (using the Export to Excel button with the standard command). In case you want to export from the context menu, it will send to Excel everything which is on the screen, so, no way to control.
    You could consider a workbook for a better formatted Excel, if really needed.
    Kind Regards,
    Marcio

Maybe you are looking for

  • Session time out up to # hours for Interaction center

    Hi Experts, I want increase the web ui session time out up to # hours. I tried using SMICM and Technical Profile. But using these options i could not achieve such long session. I tried using RZ 11 icm keep alive parameter, but the effect will apply f

  • Master and work rep in same schema

    Hi What happens when master and work repository are in the same schema. I did all my development only to realize master and work are in the same schema.. Its working in now.. What happens when I migrate to different environment -app

  • Posting date error

    While I am trying to make entry in back date by selecting the back positng period for e.g. if i am in january and i want to pass any entry in december then i will select posting period of december. I can easily pass this entry in demo version of SAP

  • Problem with renaiming objects in OBIEE

    Hi, I have a question for you. I use OBIEE version 10.1.3.4. What are the cases that you have seen associated at the renaming of indicators or presentation table? I have a indicator called "Revenue" contained in the Presentation Table "Revenue KPI".

  • Help...everything is lost!!!

    I've got an issue that I have been unable to find the answer to. I had my itunes loaded on my laptop, which has since crashed and my itunes was the one thing that I didn't have backed up on a disc. i went to reinstall on my desktop pc. When I went to