Blank Pages in Page Break Reports

hi,
I have a problem with respect to Page breaks.
Say for example, there are 3 different layouts L1, L2, L3. Any
or All of the three layouts will be displayed based upon a
condition. There is a need for a page break between the
different records of each layout, as well as between L1, L2 and
L3. This cannot be achieved by just setting Max Records per page
to 1. In addition to that I need to set Page Break After = Yes.
This works fine, but in cases were there are no matching records
for the layout L1 or L2 or L3 a blank page is inserted
accordingly. How to avoid this blank page? Can anyone pls help.
Regards,
Prabhu

Hi Prabhu,
Look at TOOLS-> Preferences-> RunTime Settings-> Blankpages option.
While running in a browser include blankpages=NO, in the URL being constructed to call the report
This feature works perfectly in the browser. In the Run time environment, it does not work.
So, Good Luck!

Similar Messages

  • Extra Blank page in XML Publisher report

    Hi,
    I am getting extra blank page in XML publisher report.
    The RTF has two pages and each page has one table.These two tables will be populated with data based on some if condtion.
    eg:
    In RTF:
    for each Header
    if PMA='Y' THEN
    Table1 data in 1st page
    end if;
    pageBreak
    IF OTC='Y' then
    Table2 data in 2nd page
    END IF;
    end for each
    And also another issue is: The data is starting from the same page instead of new page.
    Please help me in solving the issue.
    Thanks,
    Srinivas

    Hi,
    Thanks for reply.
    I am using <xsl:attribute name="break-before">page</xsl:attribute> page break.
    I tried split-by-page-break also,but still its not resolved.
    Today I have noticed one thing: When generating this report locally,then there is no blank page coming.But when generating from APPS then blank page is coming.
    Please help me to resolve this issue.
    Thanks,
    Srinivas

  • Report footer = Entire size of page, CR still breaks section

    I have a report that has large text boxes in a report footer.  The section is checked "Keep Together" so it will print in its entirety on the last page of the report.  I also have a rather large page header that occupies probably the top third of the page.  I want the page header to print on all the pages but the last one.  It is formatted to be suppressed when PageNumber=TotalPageCount.
    No matter what I try, the report footer gets printed on more than one page with the page header showing on the second to last page.  Each of the text boxes in the report footer are scaled to encompass the entire printed page from top to bottom.  Crystal should not be breaking the report footer into any components since they are all so large. But it keeps printing the page header on the page following the data (despite the above suppression condition) and causes the next section, the report footer, to print on two pages.
    How can I achieve my desired result?  Thanks.
    I have Crystal Version 14.0.4.738 RTM used in conjunction with SAP Business One.

    Thanks Jamie,
    I tried what you suggested, but it didn't work.
    The report footer is actually in two sections (A,B).  Report footer A prints at the bottom of the page. Report footer B is a whole page of text.  I moved report footer A to be the group footer above, leaving the whole page of text as the only report footer section.  With this new alignment, the report footer is on the last page as desired, but the page header doesn't work correctly.  It prints on every page but the last two.  I think this is because there are 9 group footer sections and 1 report footer section after the last record in the detail section.  There's quite a lot of report after "OnLastRecord".
    If there's only a few records in the report, it will work fine (page1=report, page2=footer).  But when the number of records bumps sections onto more pages, the page header and footer don't work as desired. I'll keep trying different strategies including making the page header a subreport.
    Thanks.
    If anyone else has any ideas, please help!

  • How to avoid blank page in xml publisher report

    hi,
    i have a xml report, it shows 7 rows in one page. the question is: if there are just 7 rows , when previews with pdf, it will generate 2 pages, the first page shows 7 rows, and the second page is blank.
    anyone can help?
    you can get the rar file that contains the .rtf and then .xml file at this site: [http://www.4shared.com/file/azhdqCp_/DELIVERY.html]

    I am running a report in xml publisher. The output of the report prints 2
    pages, one page with correct report output and other page is a blank page
    with header details.
    I want to avoid this blank page. Is there something wrong? Please help to fix this issue!Is the issue with this specific XML Publisher report only?
    Do you have all the patches in (Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]) applied? -- Search for "blank page".
    Thanks,
    Hussein

  • More than half page blank in each page of report.

    I am designing CR for Clinical Laboratory.
    I have multiple page footers in Crystal Report. Those are suppressed and  Suppress Blank section is also checked.These page footers are conditionally (When TestId= X) un suppressed  in my report. (For Example when Test Id=18 Suppress is false for Page Footer1 and similarly for other page footers.)
    It is working fine.  But report have blank space (more than half )  in bottom of page.
    please help me.

    When I suppressed it unconditionally. It works fine. But I need them suppress conditionally.
    My formulas are as under
    Formula1 (for suppressing Page Footer 1)
      if({@LHFSHD}<=0)then
      true
      else
      false
    Formula2 (For Suppressing Page Footer 2
    if({@LDLHDLD}<=0) then
    true
    else
    false
    Formula3 (For Suppressing Page Footer3)
    if({@CholestrolD}<=0) then
    true
    else
    false
    Formula4(For Suppressing Page Footer 4)
    if({@HBAICD}<=0) then
    true
    else
    false
    Thanks in advance

  • Logical page/Physical page/Page Break

    I have to create a form like report. Without data it takes 3 A4 pages, with data it can expand to 5 pages or more. So in report developer I create for Main section: Width=21 Height=29.7, Horizontal Panels per page=1, Vertical Panels per page=3.
    First problem:
    When I run the report with data, which coused that report expands to more then 3 A4 pages, I can only see and print 3 pages. I want to have all pages.
    Second problem:
    Inside report there is repating frame with more repeating frames inside for displayin some sort of tables. I want that each record of outer repeating frame is on new A4 page. I set Page break before=Yes for outer frame. When I run report I can see the data before the frame and then two blank pages. I think that Page break before=Yes makes page break for logical page (in my case 3 A4 pages) and then I am on the first problem. How to make Page Break for one A4 (physical) page only?
    Any ideas how to solve these problems?
    Regards, Sasa

    Hi Nguyen,
    It was pretty difficult running the report. Here are the changes I made so that the report runs sucessfully:
    1. Changed "Vertical Panels per Page" to 1. The reason: this property equates pages in your report to priter pages. Eg, a value of 2 means that each page in your report is equivalent to 2 physical printer pages. This may be needed if you design very large pages, but the dimensions of physial printer pages are smaller. We do not need this. So I changed it to 1.
    2. In Paper Layout editor, fit everything on 1 page. At runtime it can flow to more than 1 page, no problem. But we want to 'design' 1 page. It was just overflowing a little bit on to the 2nd page, I changed it so that it fits on 1st page itself.
    3. Changed "Print Object On" to First Page, instead of All pages for all frames and boilerplate text objects. Reason - page breaks here refer only to Logical pages, not to physical pages as you might have imagined. For the report, everything is 1 logical page, even though you see the output on 3-5 physical pages. Pl see Report Builder Help on this property, it explains things with graphics.
    The hardest part was step 3 - it took me a long while to figure that out.
    Now the report appears correctly with all the data. Now the only problem is to figure out how to do a page break before M37. We can figure that out, but first can you try these changes, and let me know that you are at least getting ALL DATA in your report output?
    Navneet.

  • How to set page setup in ssrs report level

    Hi All,
    Can any one suggest pls.
    I have a SSRS report which has 50 column data.
    When i am exporting it to PDF its giving me 20 pages.How can i make it in 2-3 page max.
    Please suggest and also when i am exporting to excel it looks fine but when printing it its giving me two page.How can it fit to 1 page in excel
    pls help.

    Hi i_pr,
    In SQL Server Reporting Services (SSRS), it is designed to use 2 different rules in pagination: Physical pagination and Logical pagination. Physical pagination is used to the print control and the TIFF and PDF rendering extensions. It is controlled by the
    PageSize properties.
    If we want to use 2-3 pages to display these data, we can modify the PageSize to work around the issue. However, if we print the report, it maybe truncated. Because the limit of print paper. Did you get the extra blank page when you export report to PDF?
    If so, please refer to the following thread to reduce the pages.
    http://blogs.msdn.com/b/chrisbal/archive/2006/08/10/694892.aspx
    In SSRS, if we have no page break in the report, we will get these data in one page when we export the report to Excel. The print layout is relate to paper size. Alternatively, we can adjust the report in Excel to work around the issue.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • End of Page event in ALV report using SALV class[cl_salv_hierseq_table]

    Hi ,
    have been working on a ALV report using the class SALV cl_salv_hierseq_table
    I am facing few issues pertaining to two things:
    1. Displaying some subtotal text along with the subtotals.
    Example refer the standard demo example: SALV_DEMO_HIERSEQ_FORM_EVENTS
    Now instead of A 17 and A26 I would like to show text like Subtotal for the Carrid.for subtotals and grand totals
    Like   Subtotal for A 17 is :      XXXXXXX
              GrandTotal is         :      YYYYYY
    2. We have a page break and a new page for every purchasing group as in the standard example SALV_DEMO_HIERSEQ_FORM_EVENTS for CARRID.
    I need to display some variable values as number of documents ,total number of records etc at the end of each CARRID group before a new page starts for the next CARRID.Please note i do not want it on every page.it should only be diaplyed at the end of page whose next page would be for next CARRID.[basically at end of every carrid]Example:after displaying all details for AA need to display the number of records for that carrid at the end of the page[as page break is based on CARRID]/
    Thanks
    Jyotsna

    at end of page event, for CL_SALV_EVENTS_HIERSEQ, has some useful parameters allowing to know where you are at the time of event
    parameter VALUE is of type CL_SALV_FORM which contains public attribute IF_SALV_FORM~ACCDESCRIPTION; you can slo get contents of it
    about text of total/subtotal, this is normally set in the layout

  • Issues after upgrading to SP2 mm: Blank page first page.

    Hello, ever since upgrading to mm sp2 on .net 2008 I been having an issue.  I created a new project and everything done by the books.  When I run the report through the browser everything initially seems normal, it asks for input parameters then login info.  When the report is ready to be displayed, the page is blank but has all the Crystal toolbars and such.  If i were to perform an action like hit the zoom button, the report will magically be displayed!  It seems the viewer has an issue initially rendering the report until I hit something on the toolbar like the zoom button.  I just zoom in 100% and the report displays!  Anyone have this issue and know how to resolve it?
    If I were to export this blank page to PDF, the report will be displayed on the PDF correctly.  just strange. 
    Thanks in advanace.

    Copy the CrytalReportViewers12 folder from your development computer to the \aspnet_client\system_web\2_0_50727 in the IIS default website.
    If you are using ReportRefresh, comment that out.
    Try a different Browser like Firefox.
    Are you browsing from the work station or from the Server? Can you try it from the Server?
    Try a new test app. Run a saved data report (Crviewer1.reportsource). Do not use sessions or postbacks. Does this test app work?
    Ludek
    Edited by: Ludek Uher on Oct 20, 2009 7:13 AM

  • Remove header and footer from blank left-hand pages

    Are there any scripts to automatically remove header and footer on a blank left-hand page for an InDesign CS3 document? I have a book with many chapters and it would be more efficient than removing them by hand.

    It's a one liner from a much longer script that does quite something else -- this is merely a side effect, a quick way to get a page range (i.e., I need the range "251-256" to appear on my first page, excluding an optional blank last one) [*].
    Perhaps I could write a full script, but for that I need a bit more information. Is your document an InDesign Book, with each chapter in a separate document? If so, any empty frame on a last leftmost page can safely be deleted. If your book is in a *single* InDesign document, this line can only be used if a left hand page has *no objects at all* -- not even an empty frame. That's the easy case -- in English "if there are no objects on the page, apply the "[None]" master. If there *is* a frame, however, it cannot be removed right away, even if it seems empty. That's because in that case you probably have inserted a page break somewhere on the previous page, and if the frame is deleted, tht page break will push off the text on the *next* page (the right hand). It also depends on what kind of page break -- as a character or as a paragraph Keep Option; Next Page, Next Frame, Next Odd Page, Next Column. Way too complicated to script right off the bat.
    All in all, applying that empty master maually is much easier :-)
    [*] Sure, I know how to use the Next Page Number trick. However, I also need the range in my XML output, and the Page Number markers do not play nice when written out in ASCII.

  • If I duplicate a page in pages, it adds an unwanted blank page in between

    Can anyone help?
    I need to duplicate page 1.  If I show the thumbnails view - duplicate page, instead of just adding an identical page 2 - it adds a blank page 2 and then identical page 3.  Then on the thumbnail view, both page 1 and 2 have the yellow box round them as if linked.  If I try to delete page 2 it deletes page 1 too.
    What is going wrong and why is it adding a blank page in between?  I've even tried to do it as a Capture Page and add it as a section, but that again adds the blank page.
    It is most frustrating!
    thanks
    Denniknak

    Denniknak wrote:
    Can anyone help?
    I need to duplicate page 1.  If I show the thumbnails view - duplicate page, instead of just adding an identical page 2 - it adds a blank page 2 and then identical page 3.  Then on the thumbnail view, both page 1 and 2 have the yellow box round them as if linked.  If I try to delete page 2 it deletes page 1 too.
    What is going wrong and why is it adding a blank page in between?  I've even tried to do it as a Capture Page and add it as a section, but that again adds the blank page.
    It is most frustrating!
    thanks
    Denniknak
    Denniknak,
    The yellow box does indicate a linkage. I shows you that all the pages in the box are in the same Section. Individial pages are shown as icons in the thumbnail pane, but there is nothing you can do with individual pages there. Entire Sections can be Copied, Pasted, Deleted or Duplicated. Not so with individual pages. To delete a Page, delete the content of that page, or isolate the page with Section Breaks and delete the isolated page as a section. To add a page, insert a Page Break, or a pair of them. Or, insert a Section Break or a pair of Section Breaks. I think you get the idea.
    Jerry

  • Horizontal page numbering - Crosstabs -Crystal reports 2008

    Hi All,
    We have Crosstab tab  in which columns grows horizontally and rows too grow vertically. It automatically page breaks when it reached the page layout width.
    My requirement is to number the all the pages in Page N of M format.
    But if we use the special field "PAGE N of M" it doesnot number the horizontal pages  (it can be only be repeated)
    If we use the special field "Horizontal page number"- it number horizontal page number alones.
    Is there any workaround to number the horizontal (virtual)pages also along with the normal pages.
    We tried on various formulas by making use of no.of columns but nothing worked out.
    It would be of great help if someone helps me out in a workaround for numbering all the pages(including the horizontal pages)
    Thanks in advance.

    Jamie,
    I did try to implement your example to my existing report.
    My current report will always have expanded horizontal pages for two different crosstabs from two different group footers.
    When I attempted to add the {@ Page Header} field/formula to my crosstab Column, it automatically changed to a different database field from my database.
    Have you experienced this before?
    Other then that, the pages seem to be getting counted correctly by the {@Page Number} formula.
    Here is a screen shot of my current report.
    I need my page numbering to be at the bottom center for all of my pages.
    https://www.dropbox.com/sh/89ub6l2rfx2el80/9W27lbMBnP
    Thank you.
    Stephen

  • Large Word document imported into Pages with "Section Break Problems"

    Hi there,
    I am importing a large Word document with many photos (>250 pages) into Pages. Now, the problem is that when using the "page thumbnail" window to the left it marks all my windows with a yellow border.
    This means that I can't duplicate single pages - it will duplicate the whole stuff. Same thing for delete.
    I can go to the last character of each page and insert a "section break". This creates single pages. But it seems a bit odd to me, and with >250 pages, this is quite some work too.
    Any idea what I can do to solve quickly the issue?
    Thanks for any hints!

    Sections are what they say they are natural breaks in the document.
    Each section usually having headers footers and other basic content in common.
    Effectively just like chapters in a book or specifically designed pages in a magazine or report.
    If your text naturally flows from one page to the next then they should stick together.
    If on the other hand you are treating them all like single leaves of paper to be shuffled around, then you need a section break at the end of each page.
    3 ways you can quickly do this:
    1. There is a unique start to each page such as a return followed by a particular word. You can search on this combination replacing it with a section break followed by the word.
    2. You can make a short cut to do this from the keyboard
    3. You can copy a section break and paste it at the end of each preceding page.
    4. You can transfer by copying and pasting the content into a Layout mode document where every page is its own section.
    As with most work, planning, organisation and thinking before you leap, pays off in the long run.
    Peter

  • First half of page is blank then displays page on bottom half

    First half of page is blank then displays page on bottom half. This is only occuring on one page Facebook Mafia Wars

    This could be something wrong with your Flash player. I would advise you to make sure you have the latest updates of your plug-ins.
    Of course it could simply be a problem with the website itself. You could try reporting the problem to Facebook.
    '''If this was the answer you were looking for, please click 'Solved' -- Thanks.'''

  • HT4623 I can't uadate app in app store. It's blank in update page.how I do?

    I can't uadate app in app store. It's blank in update page.how I do? It's happen 2 my IPAD. (IPAD2 and IPADMINI)

    There are a lot of other threads from people reporting a problem with a blank Updates tab in the App Store app - it looks like there is a problem at Apple's end which they need to fix.
    Some posts are suggesting that you if you go into the Purchased tab in the App Store app you might be able to update the apps from there, though you will need to scroll through the list to find those with updates and individually update them.

  • Printing new header pages for each break value

    Is there some way to print a separate header page whenever a particular field value changes in a repeating frame? The header section will only print at the begining of the whole report, rather than at the begining of the section and I can't figure out a way of causing a page break within the repeating frame.
    Thanks for your help.

    hello,
    did you try a combination of the properties MAXIMUM NUMBER OF RECORDS PER PAGE, PAGEPREAK BEFORE, PAGEBREAK AFTER. you might need to re-arrange your fields and create additionla group frames.
    you could also try to solve this problem using a fixed sized group-frame that fills up the first page physically, forcing the remaining elements to shift to the following pages.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • What's purpose of OAMK

    Hello SAP Professional 1. In t code OAMK, I have removed the u201CAssetsu201D reconciliation indicator settings (column name Recon.account for acct type) and made that line as blank for GL account for 111 to 115 for e.g 2. Then I run FAGL_FC_VAL for

  • Pivot table printing problem

    Hi, I am using pivot tables to show data. I also need to print it but I have problems. When I use ShowPrintableBehavior i only see one litlle part of my pivot table. Is there a way to print all pivot table or it is impossible? Thanks :)

  • MyFaces "columns" and "commandLink" problem

    I am having an issue with the MyFaces implementation of the the JSF "dataTable" where I am using the MyFaces "columns" tag to generate columns from a List, inside each of these generated columns is a JSF commandLink. The issue I am having is that whe

  • LAYOUT tab error in WEBDYNPRO

    Hi, When i click layout tab in webdynpro [ECC 6.0], it says the page can't be displayed. I tried all the solutions available in the forum before posting this... I enter my server host name and IP address  in the host file (C:\WINDOWS\system32\drivers

  • Unable to set breakpoint at statement CALL CUSTOMER-FUNCTION

    HI, I am try to set break point at CALL CUSTOMER-FUNCTION , to know the exit name for VA01 screen. But even after setting the break point it is not stopping . can anyone tell me wht could be the problem. i am setting like this , 1) entering '/h' 2) f