How to suppress page header when group footer prints

I would like to suppress the page header on my report when a group footer prints.  My group footer is going to be a bunch of legal mumbo jumbo and I'm going to have it do a page break before so it prints on it's own page.  I do not want my page header info printing on this page.
Is there a way to do this?  I am on Crystal XI.  Thank you in advance.

I haven't tested this, but...
Formula @InGroupHeader:
WhilePrintingRecords;
BooleanVar InGroupFooter;
InGroupFooter = False;
Formula @InGroupFooter:
WhilePrintingRecords;
BooleanVar InGroupFooter;
InGroupFooter = True;
PageHeader.Suppress:
WhilePrintingRecords;
BooleanVar InGroupFooter;
InGroupFooter;
Edit: I think I like Graham's solution better, actually.
Edited by: Garrett Fitzgerald on Jun 15, 2009 12:12 PM

Similar Messages

  • How to suppress page header when rendering particular group footer

    Description:  I am using Crystal Reports 2008.  I have a report with a page header, and several groupings.  The groups all suppress their headers, but have footers.  The grouping is in the order:  type,county,city,status,parent.  The first 3 footers force a new page before the footer.  The county footer includes summaries and charts.
    Problem:  The client wants the header displayed for the detail and the header for the county footer to be different.  How can I make this happen?
    More Info:  I currently have just a page header.  I have tried messing with the suppress formula for the page header, but I cannot figure out the correct formula to use to suppress the page header on a county footer page.  Is there a way to do this, or is there a completely different approach I should be taking to solve this? 
    I can provide more info if needed.
    Google search was unhelpful in solving this problem.  This problem is driving me nuts.  Any help appreciated.
    Thanks,
    Michael

    What i would suggest is to create a new variable in WhilePrintingRecords evaluation time. For example:
    1. Boolean variable set to TRUE in Group Footer #2 (County)
    2. Reset it to FALSE in Group Header #2 and Group Footer#1
    3. Use the variable for conditional suppression

  • Suppress page header when printing sub reports

    Post Author: GSchmidt
    CA Forum: General
    I am looking for information on how to suppress the page header on the main report when a certain subreport(s) are printed within group footers.

    Post Author: Charliy
    CA Forum: General
    Set a Shared Variable in the Report Header of your subreport.  PrintFoot := "NO"
    Check it in the Print Suppress formula of the Page Footer of your main report
    Reset in the the Report Footer of the subreport. PrintFoot := "YES"
    You'll als have to initially set it to the "okay to print" value in the Report Header of the main report just to get started.

  • How to place aggregated fields in the page header or group header

    Hi,
    i have a report where in i have to display a header based on the aggregated value of a field
    currently the field has values like
    row1  blank
    row2  blank
    row3 Cookies
    row4 blank
    I wanted to know how to get the maximum of these rows in the page header i.e. it should come as Cookies for this case.
    Is there any way to get this? it is easy in the footer where i can do a maximum of this field and get the value but not sure how to get this in the group header.How do we group maximum at the page header or group header?
    Require your help on this at the earliest.
    Thanks
    Shilpi

    Hi Shilpi,
    >
    Shilpi Sinha wrote:
    > currently the field has values like
    > row1  blank
    > row2  blank
    > row3 Cookies
    > row4 blank
    >
    Do display these things in a subreport(i mean adda subreport in detail section). And Create a formula in the subreport itself with shared varible for assiging  the maximum value ..
    Then in the main report , create one formula with same shared variable and just display in Header secton..
    Regards,
    Salah.

  • How to show the total in group footer in group header?

    Hello,
    I am having difficulties while showing the total of a group footer in the group header. The total in the group footer is correct, but when i am placing the formula in the header it is giving me 0.
    I am having 2 formulas to get the total which i placed in the footer:
    1.
    whileprintingrecords;
    numbervar sumpctx := sumpctx + {@Sum OB};
    2.
    whileprintingrecords;
    global numbervar sumpctx;
    numbervar DispSales;
    DispSales := sumpctx;
    sumpctx := 0;
    DispSales;
    now, I want to add the 2 formula in the header, but it is giving me 0 value, But in the group footer it is showing the correct value.
    I tried to do:
    Sum ({@Sum OB}) and it is giving that the field can not be summarized.
    The group Name is @Entity which is grouped by.
    @Entity :
    if {Customer.NAME}="NONE" THEN
    " OB"
    ELSE {Customer.NAME}
    Thanks in advance for yopur help.
    Regards

    Hi,
    What i was trying to say there is a hierarchy in report design and records are processed in that way.
    Report header/footer - only once
    Page header/footer -once in a page
    detail -n no of times ,n-no of rows of data
    First report header will be processed,then page header n detail,after that report and page footer.
    If u insert a group,then the order will be-
    report header,page header,group header,detail,group footer,detail,report and page footer.
    When u r in group header,all the records are not processed,that results the sum as zero.
    But when u create a formula,it calculates the sum first and then u put it there.
    I hope this time it will be helpful for u.
    Regards,
    Misra P.

  • Missing page header when exporting a Numbers sheet to PDF??

    I am running OS X 10.8.5 and Numbers 09 Version 2.3, all on a 2009 MBP.
    I created a simple table and have a page header (title, etc).
    When I print this file directly from Numbers to the printer, everything is okay.
    But when I export the file to PDF and print the PDF, the header is gone.
    Any thoughts?

    I have done some addtional problem solving. I now have the issue isolated to the export function. It does not export the page header when exporting to PDF. It does do it when exporting to file type - post script.
    Interesting.
    Anybody got something to add here?

  • How to prevent Dreamweaver CC from adding bogus page header when pasting text

    It seems like suddenly with the CC version of Dreamweaver, when you copy-paste content from MS Word, Dreamweaver adds a new bogus page header, like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      <HTML>
      <!--                     @page { margin: 0.79in }                     P { margin-bottom: 0.08in }           -->
      <BODY DIR="LTR">
    <p> The pasted text</p>
    Can this behavior be suppressed? I have the same copy/paste settings that I used in CS5- Text and structure with basic formatting. I don't see why this needs to happen.
    I am using Dreamweaver CC on Mac.

    You're injecting  junk formatting code from MS Word into your HTML.  The best way to avoid this is to use Edit > Paste Special > Text only.  Or copy & paste your MS Word content into a plain text editor (Text Wrangler) before you paste it into DW.
    Nancy O.

  • Conditional Suppression Page Header

    My report contains one subreport placed in RFb. The data in the subreport is unrelated to the data in the primary report, so each report requires its own set of column headers. When printed, the subreport requires at least several page. Subreports have no page header section. In my subreport the column headers are placed in the RH section of the subreport, but these headers do not show up after the first page of the subreport. In addition, the headers in the primary report appear in the subreport, though they are inappropriate.
    To workaround this problem I placed the primary report headers into PHa and the subreport headers into PHb, both in the Primary report. I want to use conditional formatting (suppression) to control the appearance of these headers WhilePrintingRecords.
    The objective is to suppress PHb until the SECOND page of the subreport. (The subreport has a title page, so that MUST be the first section on page 1 of the subreport). PHa is suppressed AFTER the primary report is done. The last section in the primary report is RFa (or is it? See below).
    Using Basic syntax I placed the following formula into RFa of the Primary report.
    'Determine last page of Primary report.
    WhilePrintingRecords
    Global nLastPgSec1 As Number
    nLastPgSec1 = PageNumber
    Formula = nLastPgSec1
    However, I have found that the value of nLastPgSec1 increments by one as each page of the subreport is printed. The only way this can occur is if RFa of the primary report is evaluated with each page, even though the subreport is placed in RFb.
    I know this is probably difficult to follow without a visual of the design.
    Can anyone tell me how to control the conditional formatting to accomplish what I need?
    Thanks,
    Art

    After a night's sleep I saw my problem. The solution was to set the value of nLastPgSec1 by placing it in the DETAILS section of the primary report (not a report footer). The formula is:
    WhilePrintingRecords
    Global nLastPgSec1 As Number
    If OnLastRecord Then
       nLastPgSec1 = PageNumber
    End If
    Formula = nLastPgSec1
    Art

  • How to repeat a row when tablix columns print over more than one page

    I have a tablix with 20 Columns.  When this prints it prints over 3 pages (which is
    OK).   The first Column is the Name (in this case it is the
    Project name).  On Page 2 & 3 I want to print the Project name again,
    so that a report user does not need to go back to page one to figure out which
    project the columns are referring two.  In Excel there is an option
    "Rows To Repeat".  I am trying to do the same in SSRS
    2012. 
    I have tried links
    like:
    http://msdn.microsoft.com/en-us/library/dd207045.aspx
    http://remicaron.wordpress.com/2010/01/05/how-to-get-ssrs-to-repeat-the-row-headers-tablix-2008/
    http://www.sqlcircuit.com/2012/03/ssrs-how-to-repeat-column-header-in.html
    These do not work
    for me .... in fact they return an error msg
    Can this be done?
    Tx
    Andrew
    Andrew Payze

    Hi Andrew,
    If I understand correctly, there are 20 columns in the table. When it prints over 3 pages, the report should repeat the first column in all pages.
    To freeze row header in the table, we can refer to the following steps:
    The table should have a group. If the Name is already a row group, we can directly refer to step 2. Or we need add a row group grouped by Name ahead.
    Right-click the table to open the Tablix Properties dialog box, then enable “Repeat header rows on each page” and “Keep header visible while scrolling” options under Row Headers category.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • How to display page no in ALV Footer?

    Hi
    When I take print of long ALV List then footer and header is not repeat on each page. I want to repeat the footer on each page and also display the page no. there. How can I do this? please give me help.
    Thanks
    Iftikhar Ali
    Islamabad.

    Refer the links -
    http://www.sap-img.com/abap/test-alv-display-with-header-footer.htm
    Alv page no 1 of 10 in footer
    Regards,
    Amit

  • Acrobat XI Deletes Header When Adding Footer

    I just started having this problem. I add a header to an Acrobat XI file and it's OK. When I attempt to update the header/footer and add the page number in the footer the content in the header is deleted. I've uninstalled and reinstalled Acrobat and it hasn't resolved the problem.

    Hi Panzi,
    Are you changing the margins, and working with mix-sized pages in the PDF? What do you have selected as the Appearance Options in the Update Header and Footer dialog box?
    I'm also curious whether this is happening only with a specific file? Or does it happen with all PDF files that you add a header/footer to?
    Best,
    Sara

  • To display subreport page header when included in the main report

    Hi, 
    I am designing  a  report  using SSRS 2005.The main report has a few subreports.Each subreport has header which serve as page and table header for the report content.When the subreport is run individually there is no problem where header is
    getting displayed for each page  but when main report is executed only subreport body content is displayed.Can someone please suggest if there is any workaround for displaying sub report header
    My subreport looks as shown in the image below.

    Place your Header contents at top of the body and footer contents at bottom of the body. Remove Header and footer from your subreport.
    Aftab Ansari

  • How to change page header in mode_show_help?

    How can I change the page header on the page that gets opened by calling mode_show_help? I'd like to have the help pages maintain the consistancy of the look of the portal.
    thanks,
    adam

    Hi Anuj,
    The business service and proxy are not http transport based, they are jca transport based. So default is UTF-8.
    And more over they are updating the response which they got from the previous osb service using osb service 2. This is the case. Front end team using java to code their applications.
    Service1 Output: Jca transport
    <OutputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/BGN/KBGN_API_WEB_PORTAL/PBGN_SEARCH_ADDRESS/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <P_NM_STREET_TYPE>Área Especial</P_NM_STREET_TYPE>
    <P_NM_STREET>
    Rodovia DF-001 (Gama ao Recanto das Emas)
    </P_NM_STREET>
    <P_DE_COMPLEMENT>CAUB I</P_DE_COMPLEMENT>
    <P_NM_DISTRICT xsi:nil="true"/>
    <P_NM_LOCALITY>Gama</P_NM_LOCALITY>
    <P_CD_STATE>
    DF
    </P_CD_STATE>
    <P_RETORNO>E0000</P_RETORNO>
    <P_MENSAGEM xsi:nil="true"/>
    </OutputParameters>
    They get these values using java code and update these using service2 that also a jca transport based. The problem is in updating these values.

  • Is there a way to automatically add the filename in the page header when batch printing text files directly from finder?

    hello, i have 80 text files (docx). the finder preview works great and i can open them in pages.
    I need to batch print them from finder:
    I select all the documents > drag on printer's icon> printer puts them in queue ( after an on the fly pdf conversion)  ad starts printing.
    BUT
    i need the filename printed on each page  ( in hearder or footer) , not only the regular text content.
    Do you know if there is a workaround?
    thank you
    Tullio

    If that section has an ID or NAME attribute then you can add that to the URL (#anchor) that you want to reload.
    See View > Page Source
    https://support.mozilla.com/en-US/questions/774792#answer-128100

  • How to populate page parameter when 600 entities

    I cant really use omniportlet to populate a
    page paremeter when I have 600 different physicians.
    All 600 show up when I try to use OmniPortlet.
    Using Customization is not acceptable to our company.
    Can anybody help me populate my page parameter
    programatically.
    Maybe I should refresh page and pass parameter.
    WOuld need help doing this anyways.
    Roger

    I want to make sure we are talking about the same thing:
    After you add the portlet to the page, you go to the page properties, then the parameters tab, then there is a section at the bottom called "Portlet Parameter Values" where you can click and expand your portlet to see your portlet parameters.
    Is it here where your parameters just don't show up?
    If it is, try the following:
    - Add the portlet to another page and see if it still behaves the same.
    - Mark the parameters in the portlet as being non-public, re-generate portlet (on manage tab), then mark them as being public, re-generate and then try the above again (add to another page).

Maybe you are looking for

  • Dispalying SAP script output in landscape format

    Hello All, Could anyone please tell me the step by step process to display a SAP Script output in landscape format? Also is it possible to display a column name in 2 lines if it does not fit into 1 line. Regards Indrajit.

  • Text and/or repeating frames run off page ...

    Please help. It's very hard to believe that Oracle Reports 6i does not have a way of keeping text and/or frames from running off the physical page. My frames and text boxes have thier vertical size set to variable, and I have set page protect to yes,

  • ZEROES in Scripts

    Hi all How to eliminate ZEROES in a script from a particular field.Is it possible to do without calling a driver program in Scripts.Please help With Regards Vijay G

  • Script request for all you amazing scripters!

    I am wanting to open an image, if it's a horizontal image then resize it to 605 by 403. If it's a vertical image then resize it to 403 by 605. Then if its horizontal, open a logo PSD (Horiz_Logo.psd)and place it on top. If its a vertical open a diffe

  • How can I put a photo frame around my photo using PSE 9?

    I can't find a way to do this. V8 seemed to have it.