Make details section as page header

Hi ,
I have a situation where I use the sections--- Details A, Details B and Details C. I used a Fake group header as page header for Details A. How could I make Details B section as a page header (for Details C section)without repeating on the same page and repeating once on each page.
Any help please..
Thanks.

Create a formula like this
@Initialize
WhilePrintingRecords;
numberVar i:=0;
place this in page header and right click on the detail section b and go to section expert and write the condition for the suppress like this
WhilePrintingRecords;
numberVar i;
i:=i+1;
if i<>1 then true
else
false
Regards,
Raghavendra

Similar Messages

  • Blank space between Detail section and Page Footer - How to remove it ?

    below is the problem.
    We make  report as followspage header Section details
    Employee Information    
    Report Footer
    Page Footer                   
    Other Information
    whenever we run this crystal report it leaves space in between  after employee information (Detail Section) and before Page Footer.We don't know its a problem  of footer or any other else.
    When i preview and print out the reports
    it showing Detail section 10 Rows (which satisfying condition) and then Blank space and then at the bottom of page shows Page Footer (which contain 2 subreports).
    Let me know if you need aditional information on this.
    pls provide suggestions.

    Try with this
    1. Suppress any unused sections in both sureports and in the mainreport.
    2. Check all the fields fits the sections. Select all the fields in the section and give align top and make all the fields of same height and make it fit to the section.
    Hope this solves your problem.

  • How to make shapes appear behind page header/footer in Pages '09

    In a Pages (v4.0.2) page layout document, I'm trying to make a gradient as the page background. Since there's no built-in way to do this (as far as my googling shows), I've tried what others have suggested:
    1. Create a new shape and resize it so it fills the entire page
    2. Go to Arrange > Send to Back
    3. There's no step three!
    This work great for most of the page. However, the page header and footer are always hidden by the shape, and I can't find a way to get them to lay +in front+ of the shape. How can I get the background shape behind the header & footer?
    Thanks for your help,
    Mike

    fruhulda wrote:
    As far as I know you don't need to send the shape to the back.
    Choose in the menu Format > Advanced > Move Object to Section Master
    Are you sure that we may do that with a shape?
    Here the item is greyed
    Yvan KOENIG (VALLAURIS, France) samedi 29 août 2009 21:28:21

  • What program in CS3 to use to make a decorative web page header?

    Hey everyone. Thanks to everyone who responded to my other
    post !
    I want to design a "header" for the top of my website I'm
    just starting to work on. I have CS3 Web Design. Do I do this in
    another program like Photoshop and then import it to my website in
    Dreamweaver, or is there a way to make it in Dreamweaver?
    What I'm looking to do is take a photo of a landscape as the
    backround, make some cool font with the Domain name, and maybe a
    golf ball on a tee, maybe a golfer getting ready to hit it.
    Something other than just text.
    thanks

    Answered by Alan in the very first response on your earlier
    thread. No, you
    can't make a graphic image in Dreamweaver - you need to use a
    program like
    Photoshop and import the image into the page in Dreamweaver.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "kidcoconut" <[email protected]> wrote in
    message
    news:fj98ed$gml$[email protected]..
    > Hey everyone. Thanks to everyone who responded to my
    other post !
    >
    > I want to design a "header" for the top of my website
    I'm just starting to
    > work on. I have CS3 Web Design. Do I do this in another
    program like
    > Photoshop
    > and then import it to my website in Dreamweaver, or is
    there a way to make
    > it
    > in Dreamweaver?
    >
    > What I'm looking to do is take a photo of a landscape as
    the backround,
    > make
    > some cool font with the Domain name, and maybe a golf
    ball on a tee, maybe
    > a
    > golfer getting ready to hit it. Something other than
    just text.
    >
    > thanks
    >

  • Merging Page Headers Section and Details Section

    Post Author: vikas777
    CA Forum: .NET
    Hello,
    It is for an Invoice Report. I am having a list of values which are directly fetched from a table. There is a column named 'Type' which is having values 'Gas' and 'Water'. The table is having another column named 'values' which will list all values for the Type 'Gas' and 'Water'.Based on the 'Type' we will be displaying 'values' in the detail section. Gas values will be displayed in Details section A and water values will be displayed in Details Section B.
    Q1: My requirement is to display like this
    Page header for GasDetails section A
    Page header for WaterDetails section B
    Page header for ElectrictyDetails section c
    Q2: I am using the same SProc for fetching values for Gas and Water. (At present I am having values only for type Gas. Just assume that there are five values for Gas. So the SProc returns a total of five datas and these values are displaying correctly. But I am getting five 0.00 values for the type Water.
    Here is the sample of code in the formula section used code used:
    If Isnull({RptInvoiceSub.Type}) <> True thenIF {RptInvoiceSub.Type} LIKE 'Water' THEN{RptInvoiceSub.value}
    Product: Crystal Reports for .NET Framework 2.0
    Version: 10.2.3600.0
    Operating System(s): Win 2000 Professional
    Database(s): SQL Server 2005
    Please reply if any part seems to be unclear.
    Thanks in advance for any help you can offer.

    Post Author: Argan
    CA Forum: .NET
    This is a report design question so you may want to move it there to get answers.

  • Page Header will not underlay page footer

    Hi,
    Using CR12, when I mark my page header to underlay following sections, it will not underay the page footer.  In fact, if the sections overlap it tells me that the page header + the page footer are too big for the page.  Is the a bug or a feature?  What's the work around?
    Thanks,
    John

    Hi John,
    When you use the Underlay option, the section can underlay multiple sections with enough space to display the data. But a section cannot underlay its sister sections
    A Page Header section can underlay all sections up to, but not including, the Page Footer.
    I hope this helps you,
    Regards,
    Prashant

  • Need to skip page break between header and Detail sections

    Hello,
    I am combining two reports in one report (one in header section and another report in the body section). when this report is run, there's a page break between these two sections. Is it possible to eliminate it? Ideally I would like the detail section to start as soon as the header section of the report is completed in the same page instead of starting (detail section report) in a new page.
    Any help is highly appreciated. Thanks,
    Sundar

    I'd put them into one section to control the breaks.

  • Repeated Header Row within a Details Section Only of a Group Ignores Tablix Member Properties

    Ok.  I have a situation where I have a details section of a group, and I am trying to get it to repeat the row headers on each page.  It's not working.  I've gone into Advanced Mode, and addressed the static Tablix Member for the left-most
    field of the header row in question, set the properties for the Tablix Member to "RepeatOnNewPage:  True" and "KeepWithGroup: After", and still, it refuses to repeat the row header for these details.  I've tried rebuilding and
    not deleting the column where the grouping was originally assigned (without deleting the grouping, of course), and assigned the properties for "RepeatOnNewPage" to that left-most, grouping field, yet I get the exact same results.  I've looked
    up solutions, and even spoken to the expert of experts, but no joy here.  I'm using VS'10.

    OK.  So it is fixed... sort of...
    Apparently, you must select to add group headers repeated as you create the group (inc. child group), BESIDES changing in Advanced Mode, Tablix Member /Properties / etc.   Then you have to format that extra column within your Tablix to
    make it appear to 'disappear'.  BUT EVEN THEN, there is a new problem:
    The headers will repeat on the additional pages, but only to a point.  For some odd reason, SSRS doesn't consistently render the repeated headers of the group details for
    every page, just where it is a hard (page) break, as opposed to a soft (page) break.  My gut tells me that this has nothing to do with the .xml code, but is an SSRS idiosyncrasy. 

  • Seperating the detail sections to start a new page

    I'm using CR XI and I have the main report set up. I want to create a second section containing a seperate set of detail lines. When I insert the section below I now get detail a and detail b. When I do the preview the two sections are combined. I've added the subreport to detail b and tried to find some way to seperate them but nothing appears to say specificially how to do it.
    I just want to have the two details sections seperated and start on seperate pages.
    It's doing this:
      customer id   customer name  customer etc.
      supplier id  supplier name supplier etc.
      customer id   customer name  customer etc.
      supplier id  supplier name supplier etc.
    I want it do this:
    Main Report
      customer id   customer name  customer etc.
    Sub Report
      supplier id  supplier name supplier etc.
    thanks...

    I'm afraid that didn't solve my issue.  I already have information that needs to be in the footer.
    And I'm looking at a report done by someone else and they have 3 seperate detail sections and each section starts on a seperate page, but I can't find what was done to make this happen.  Unfortunately, that person is no longer available here.
    My thinking is that there is a setting somewhere that will allow this type of seperation.

  • 12.1.3 BI Publisher report not displaying the detail section on first page

    Hi,
    As part of our R12.1.3 upgrade, I designed a Purchase Report as a RTF template.
    Header and footer sections generate fine, but for some reason the detail (text body of the RTF template) does not display on the first page but starts on the second page (this is a PO with many lines). I am using MS Word table to display the detail section.
    Is there something I can check?
    Thanks,
    Sinan

    can you send me your template and xml . i can check at my side .
    email:[email protected]
    there may be some spaces in the beginning .

  • Add section title to header/footer? Using Pages 5.2 (or later)

    I couldn't find a way to automatically have the title of the current section in the header or footer of a document.
    Potentially I am missing something, I haven't tried to do this before, but it seems like a basic function of having a TOC in the first place.

    Add an image to any page in the section, then drag it where you want it to appear on each page.
    Reduce the opacity using the slider in the Style pane of the Format inspector to change the object’s transparency.
    Choose Arrange > Section Masters > Move Object to Section Master (from the Arrange menu at the top of your computer screen).

  • How to make different 1st page header in Pages 5.0?

    Title says it all.
    Any suggestions?

    Try this.
    On the second page of your document, place the cursor in the header.
    Type the text you want to enter.
    You will then have an option to start a new header.
    If you don't see the option, select another section of the header, and it should appear. (Like below.)
    Then edit the header on the first page.

  • Group By and Detail section should be at same page

    Hi
    I am developing a Crystal Report in Visual Studio 2005. My report have one Group Section and two detail  ( detail a, detail b) sections. In group section I am displaying Test Categories and in Detail Section (detail a) I am displaying Test Result for particular Test Categories, in detail (detail b) section I am conditionally displaying a sub report against a particular testid from detail (a) section.
    I want to display all test results against a test category on the same page. If this fit on the page it should display otherwise category name and all its test should be display on next page.
    Thanks in advance

    Qasim not sure if you have tried this already,
    right click on the group (that blue bar) and click Change Group-->Options->Keep Group together.
    This will keep them together and if it exceeds one page it will start from the new one.
    Hope this helps
    Regards
    Jehanzeb

  • Suppress the Page Header section on a specific Section

    Hello,
    I have a single page word document I want to append to the end of a report I have, so I placed it in Report Footer b. The word document fits perfectly on a single page without any header. I tried simply supressing the Page Header on the last page but because of the length of the the word document it gets cut in half, so the 2nd to last page includes a header and forces the word document onto 2 pages (one with a header and one without). I tried supressing the Page header the last and 2nd to last page, but that results in the printing of an extra page as the word document without a header only takes up one page.
    Is there some way to supress a section based on what section is currently printing ie.
    WhilePrintingRecords;
    Section "Report Footer b"
    I am open to any suggestions on how to simply add a report footer section without a page header.
    Thanks

    Unfortunately that also suppresses on the 1st report footer section (RFa)
    I tried adding an additonal conditon
    OnLastRecord AND Pagenumber >= TotalPageCount - 1
    However, this results in the addition of an extra blank page, which changes the page count to 1+ what it should be. This may confuse some users.
    Can I specify a specific record? How would I go about doing that?

  • Image in Page Header set to Underlay Following Section overwrite IBoxObect

    Hi There
    Using Crystal Reports as shipped with VS2008.
    In the Report Header Section I have an image. I've checked the 'Underlay following Sections' so it appears as a watermark (Back ground) image.
    All is fine except that it overwrites my borders on ILineObjects and IBoxObjects specified in the Details Section. Data still comes out fine.
    The issue can be reproduced very easily.
    1. Create a new report
    2. In the Report Header Section add an image
    3. check the 'Underlay following Sections' for the Report Header Section
    4. In the Details section hook to a datasource and add a field
    5. Draw a box around the field
    6. Run the report and the data will appear but the box will be overwritten by the image
    Hope you can help us on this issue.
    Thanks in Advance

    See if SP 1 resolves the issue. SP 1 can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
    Ludek

Maybe you are looking for

  • Want to read Field value set by Value help

    Hello, I have BSP View which is using Value help extensions for one of the input. The search help is based on the Elementary Search Help which is further based on Z-Table. In my BSP view [IE] I am able to popup the Search help and able to select the

  • Soap action: in Proxy to soap scenario

    Hi experts, I have a senario of Proxy to webservices. I have imported the wsdl file as external defination, and  have to use two message inside 1) to Insert 2) To Update. Now proxy will run twice a month with same data structure, I have to do insert

  • Page Fault Processor Exception (Error code 00000004) GWIA

    About every 24 - 36 hours GWIA aneds and unload GWIA from its address space Running 8.01 (with patches) on NW65 sp8 (with patches) Novell Open Enterprise Server, NetWare 6.5 PVER: 6.50.08 Address space GWIA removed Monday, April 12, 2010 11:53:27.355

  • FCP Won't Recognize 16x9

    I shot some stuff with the camera set to 16x9, but I'm experiencing some difficulty capturing it in FCP. When I try capturing anywhere from 10 minutes of footage or more, it converts it to 4x3. It only captures it as 16x9 in very small batches. Any i

  • Sneak Preview Install KMC Error

    Install of sneak preview generates following error in KM Content. How to resolve this error. com.sap.portal.pcm.Title        Portal Runtime  An exception occurred while processing a request for : iView : pcd:portal_content/administrator/super_admin/s