Conditional Header by Section?

I have a report that works great, I have a logo in the header that I only want to appear on the first page and that works fine too. (Suppress if pagenumber>1)
My problem is, that I wish to have a coversheet print if the user chooses, and I DO NOT want the header(s) to print on the coversheet, but DO want it to print on the remainder of the report.  Currently, the way I have it set up, is that after the cover sheet, the page number resets to 1, so I have two "Page 1's" but I only want the logo to print on the second one.
Is there any way I can have different headers for different sections of the report and still have the option to turn the first section on or off?

I figured this out. SInce I am resetting the page numbering after the cover sheet, and the cover sheet will never exceed 1 page, and the contract will never be less than 6 pages, I suppressed the header and footer if total page count was less than 3.
It works.

Similar Messages

  • How to get data from SOAP-Header/MAIN-Section?

    Hi,
    I need some data of the SOAP-Header-MAIN-Section, e.g. <SAP:Sender><SAP:SERVICE>
    Is it possible to get these data with XSLT-Mapping or Java-Mapping? Are there blogs about it?
    I need these data of the MAIN-Section inside the condition of the receiver determination.
    Thank you all.
    Regards
    Wolfgang

    Hi,
    Do you wnat to access the Sender Service details in your mapping using java or XSL mapping? this is possible.
    Check this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/43/09b16006526e72e10000000a422035/content.htm
    Or do you want to access the SOAP header itself?
    Regards,
    bhavesh

  • Is there a limit to characters in the Header/Footer section of a region?

    Hi
    I have a js scripts that I placed in the Header/Footer Section of a particalur reason.
    It is quiet a lengthly script but when I click apply changes I get the following APEX error message.
    ORA-20001: Error in DML: p_rowid=641043905163928761, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=. ORA-01461: can bind a LONG value only for insert into a LONG column
    Is this message cause by a limit on the number of characters and if so could there not be a limit on the number of characters allowed in the input box with a counter so that the user is aware that there is a limit.

    Alistair,
    Yes, there is a limit. May I ask why you want to put the script into the region footer or
    header? I put the long code into a file on the file system and then reference it from the
    page.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/apex/f?p=107:7
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Conditional header based on page numbers

    Hi,
    I need a condition that one image in my header should not be present for the 2nd page. how to put the condition, as per my knowledge page numbers cant be used in IF blocks.
    Any suggestions.?
    Thanks and Regards
    Prakhar

    hi vetsrini,
    Ya i can use different first page header, but the conditions is not accordingly . though for now i have created some sections and found a solution.
    But the point still remains-how to use a page number in a if condition.
    is there any method for that.?
    Regards
    Prakhar

  • Conditional Header and Footer description print in Report

    Hello,
    Is it possible to print different header or footer of a report depend on condition.
    My requirement to change the header and footer description on a fly depend upon the parameter passed to the report.
    Any soultion ...
    Sam

    hello samar
    of course this is possible. paint your first desidered header/footer, place it in frame and add format trigger on this frame to display it when you want it, otherswise return false. the same is for other possible headers/footers. then place all those frames on same position. look at conditions to display only one header/footer at a time :)
    or seccond (in case of simplier structure) is to place in header/footer only one bolierplate text with value f.e. &p_footer and then send value you want to see in footer n parameter p_footer ...
    hth
    Petr Valouch, Brainbench MVP for Oracle Programming, http://www.brainbench.com

  • Pricing condition- Header

    Hi,
    I have a problem with a pricing condition. It is a the moment both a header and item condition but my customer want it to be only a header condition.
    I can not get this to work as it is a condition that is an automatic freight condition with different stages depending on the value in the order. There are an access sequence connected to the condition and according to that the item condition can not be removed.
    Is there anyone else who know how it could be possible to solve this? I want a condition to be automatic with stages depending on the order value and I only want to have the condition on header level.
    Thanks for the help,
    Ulrika Nilsson

    Please go to the pricing procedure screen (VOK0 transaction) You will see different pricing steps within the pricing procedure. Also you will see a column "Reqt" associated with each pricing condition.
    Identify the pricing condition type for automatic freight conditions and add a custom requirement" say for instance 699. Prior to this activity go to VOFM transaction -> Requirements -> Pricing and create a new routine 699. (may need access key)
    Once this routine is created and saved, 2 form routines will be created. Add the following sy-subrc statements as shown below and activate the program. Make sure the routines are added to the transport.
    FORM KOBED_699. "Header Pricing
    sy-subrc = 0. "successful
    ENDFORM.
    FORM KOBEV_699. "Item Pricing.
    sy-subrc = 4. "not successful
    ENDFORM.

  • Shipment confirmation IDOC interface : update fright condition header level

    iam using the following IDOC type to update the shipment qty and post the PGI on outbound delivery note.
    Message type :: WHSCON
    Process code : IDOC_INPUT_DELVRY
    I will get a freight charge on IDOC but SAP does not provide any standard segment and code to update or inset the fright on the delivery.
    Can you please help me to identity what is the best way to insert the fright condition from IDOC to delivery condition ? any function module available for this?
    also i need to split the delivery bases on the number of items shipped , any unshipped items goes to new delivery.
    it would be grateful if anyone can provide sample code?

    any one can pls provide me .how to update the delivery with fright charge at header level? is there any FM or BAPI to do so?

  • Conditional Header depending on a variable created by me

    Hello.
    My purpose is call a header dinamicaly once depending of a variable created by me. My problem is for each time a page breaks and the header is repeated my variable returns to 0.
    Its any change to define one variable=0 and then change the value to 1 and the variable stays with value 1 until the end of processing?
    This what i'am doing.
    Defining Variable
    <?xdoxslt:set_variable($_XDOCTX, 'first',0)?>
    Conditional
    <?if: xdoxslt:get_variable($_XDOCTX, 'first') = 0?>
    <?call:Header?>
    <?xdoxslt:set_variable($_XDOCTX, 'first',1)?> Its possible to keep this value until the end of processing. I only that if statment repeat once.
    <?end if?>
    <?start:body?>´
    <end:body?>
    Tks.
    Edited by: user4256563 on 13/Abr/2011 9:18

    Navigate to that workspace from 'teamcollab', then go to Settings --> Delete.
    Thanks,
    Jereen

  • Is Section Formatting Conditional on which Section Appears Next possible?

    How can I make the formatting of a section conditional on if the next section that appears is from the same or the next level group?
    I have a footer from group 2. I want to add a page break after the footer IF the next section is not group 3's footer.  Is that possible?
    I tried using Section Expert > Paging tab > selected "New Page After"...but I just dont know what formula to put in the Format Formula Editor.   Any suggestions?

    I would think that you can use the NextValue() function to determine if you are at the end of Group 3, and if so, do the page break.
    HTH,
    Carl

  • Conditional header in CFDOCUMENT?

    I searched around, but could not find a specific answer to this one.
    I have a pretty basic report with a cover page that should have no headers or footers, and the rest of the report which should have the same header and footer on each page.
    I can't figure out how to use cfdocument so that the header and footer do not appear on the first page. I tried using this code which didn't work:
    <cfdocumentitem type="header"  >
            <cfif cfdocument.currentpagenumber GT 1>
            <div style="border-bottom:1px solid #673951;padding-bottom:20px;float:left;width:100%"><img src="../images/logo_print_150.jpg" width="180" height="52" /></div>
                </cfif>
    </cfdocumentitem>
    Is there a way around this?

    I realize this is well over a year after the original post, but I just came across it look for an answer to a question I had, maybe it will help someone someday.
    There's a simple way to do this. Headers and footers not used inside a cfdocumentsection apply to the whole document. But used inside cfdocumentsection tags only apply to that section. So it can be done as follows:
    <cfdocumentsection>
         cover page goes here
    </cfdocumentsection>
    <cfdocumentsection>
         <cfdocumentitemtype="header">
              header goes here
         </cfdocumentitem>
         main body goes here
    </cfdocumentsection>

  • XML Publisher template, Conditional Header

    As part of the report requirement, I am displaying the some header field information as barcoded on my report. The report is working fine and for report with more than 2 pages it is displaying the barcode information on second page as per intial design.
    Asa new requirement they want header fields to be barcoded only on the first page and in all additional pages for a record in the report the fields should be displayed normally. Is it feasible?
    Please provide your inputs on this.
    Thanks!

    hi send me your template and xml to my email. i will try at my side.
    email id : [email protected]
    yes it is possible.
    Different First Page and Different Odd and Even Page Support
    If your report requires a different header and footer on the first page of your report; or, if your report requires different headers and footers for odd and even pages, you can define this behavior using Microsoft Word's Page Setup dialog.
    Select Page Setup from the File menu.
    In the Page Setup dialog, select the Layout tab.
    In the Headers and footers region of the dialog, select the appropriate check box:
    Different odd and even
    Different first page
    Insert your headers and footers into your template as desired.
    At runtime your generated report will exhibit the defined header and footer behavior.

  • Can you put Chapter Header/Footer Sections in an iBook?

    I have spent an incredible amount of effort to find a way to display Title Chapter Headers / Title Chapter Footer (I have also tried doing it through css as well).
    I know on bottom of an ibook page you can tap on the brown scroller and it will display the chapter, but for my uses most of our books are about ~9000 pages - which makes it extremely easy to lose your place while tapping on the scroll button.
    I have also added this a feature request enhancement on the ipad feedback, please let me know if anyone else has any suggestions.
    Thanks in advance,
    David

    Clearifcation: Display Title Chapter Headers / Title Chapter Footer at the page level.
    I am also approaching this from a programmatic standpoint, not from a WYSIG epub generation tool (like indesign).

  • Generating Header and trailer sections in reports..

    Hi all.
    I want to generate reports, that has both a header- and a trailer section page.
    Usually this was part of the template report, but in Designer 9, the generator first converts the template report (.rdf) to a template report (.tdf), and is then using this template.
    But where is the header- and trailer page? You can't see them in the reports builder, when looking at templates, and the generated report does not contain any header- nor trailer pages.
    Have I missed something?
    Any replies welcome...
    Benny Albrechtsen

    I have the same question. This is what I found on Metalink.
    goal: How To Define A Header/Trailer Section In A Reports Template Definition File (TDF)
    fact: Oracle Reports Developer
    fix: It is not possible to have a HEADER/TRAILER section in a Reports Template Definition File (TDF). Templates do not need to have a HEADER/TRAILER section, infact there is no sectioning in a template. They just define the visual layout when applied against a report section.
    This did not answer my question!

  • Section Break conflicts with Dynamic Header in RTF which loads XML data

    Hi,
    I have dynamic header in my rtf file which loads data from XML generated by rdf file.
    I have section break on start group of body. but it does not display dynamic header value. If i remove section break then it display dynamic header.
    I have to display dynamic header and section break is also required there.
    Please give me solution of this issue.
    Regards
    Farooq
    Edited by: user8849418 on Jun 27, 2012 12:05 AM

    flyeminent wrote:
    However in my particular case, the dynamic list is not known until the user choose to view a table. Then move the call from the getter to the bean's action method.

  • Condition types in PO at Header Level

    Hello all,
    I know,How to configure condition types for po at item level.
    but I have no idea,that How to maintain it header level.
    can anybody give me the suggestion regarding this.

    Hi,
    Transcation : M/06
    Select your condition type and click on the details icon
    In that screen, go to the block  CHANGES WHICH CAN BE MADE         
    In that block, there are two fields
    1.Header condit.     
    2. item condition 
    If you selected item condition check box, then that condition type will appear in the item condition tab details.
    If you selected header condition check box, then that condition type will appear in the header condition tab details. 
    If you selected bth item condition & header condition check boxs, then that condition type will appear in the both item and header condition tab details.
    Regards
    KRK

Maybe you are looking for

  • Magsafe light is dim green and not charging properly

    Hello all, I am hoping that someone could help me out with this. I have a Mackbook unibody from 2008 with the most curent Lion operating system. I recently started having problems with the charing of my laptop. I was using my computer one day to the

  • Why does iTunes keeps coming up empty even after successfully restoring from a previous library?

    So, the other day, I opened up iTunes to find that all of my music and movies (all media at all) was gone. Well, darn. I looked in my previous saved libraries and the most recent file was from a minute or so before I discovered the problem - so, an e

  • H.264 & Videora

    Has anybody managed to get H.246 to work with Videora, I have the lates .9 version. My first attempt resulted in the video transferring to the iPod, but the video would not display. The second try would not even copy to the iPod. It does work fine wi

  • Satellite Pro L300 - Usage of Power cable between countries

    I am in the process of purchasing a Toshiba Satellite Pro L300 T4200 laptop while here in New Zealand, where I will be living for the next six months. However, I head back to Alaska (USA) in April. Could someone answer my concerns regarding power cab

  • Mail rules and Iphone

    Hi, I use Mail on my Mac with rules set up to automatically sort my messages into folders as they arrive. Problem is that once a message is moved into a folder, it never arrives onto my phone. I can see messages that aren't set up to move from my top