Report size

I had a group of 25 tables (one master and 20 childs). I want to make a compact report.
the page size may be 81/2X12 when i select page size then i can't get more then 5 tables in a report.
vinod

When using the default layout try reducing the size of the fields and change the group layout to Across, see if that helps.

Similar Messages

  • Retrieving Webi report size using BO XI SDK

    Hi,
    How do I retrieve the size of the BO Webi report using BO XI SDK? I am migrating a java application from BO 6 to BO XI, and in the existing code WIDocument.getDocSize() is used to retrieve the report size. What is the equivalent of this in BO XI?
    Thanks,
    Subham

    Hi Subham,
    If you are looking for the size of the WID file, you can get this through the InfoObject.
    Please note that this WID file only changes if the WebI document was actually saved.
    Below is a sample code snippet that will retrieve the file size from an InfoObject:
    IInfoStore boInfoStore = (IInfoStore) boEnterpriseSession.getService("InfoStore");
    String query = "SELECT SI_FILES FROM CI_INFOOBJECTS WHERE SI_INSTANCE='false' AND SI_NAME='" + webiDoc + "'";
    IInfoObjects boInfoObjects = boInfoStore.query(query);
    if (boInfoObjects.size() > 0) {
         IInfoObject boInfoObject = (IInfoObject) boInfoObjects.get(0);
         IFiles boFiles = boInfoObject.getFiles();
         IFile boFile = null;
         for (int i=0; i<boFiles.size(); i++) {
             boFile = (IFile) boFiles.get(i);
             out.print(boFile.getName() + ": " + boFile.getSize() + "<BR>");
    } else {
          out.print("No WebI document found!");
    Hope this helps.
    Regards,
    Dan

  • Reports Size (URgent) !!!

    Hi
    Does anybody have solutions to the following :
    1) If the report size (REPORTS 3.0) is more than 4MB & after
    saving the report & re-opening the same, I find some fields
    missing in the layout editor.
    2) How do I supress system error message in Reports 3.0 ?
    Any help in this regard will be appreciated.
    Thanks in advance
    Regards
    Sridhar Shankar.
    null

    Hi,
    The Reports 6.0.8.8.3 is base version. There is lot of character mode bug fixes between base and latest patch. Please apply latest patch-13 and try it.
    Thanks
    Oracle Reports Team.

  • What is report size limit?

    I'm using Oracle Dev Suite 10g, can anyone tell me what is the report size limit for Oracle report?
    Also, if the file is generated in ASCII format, what is the maximum length of :
    1. A column
    2. A row
    Thank you in advance.
    Siak Teng

    Hi,
    I hope you can send 2MB ,if your getting any error try to increase rows in your instanceconfig.xml file kindly do the below things
    You need to increase the size and need to include one tag in instanceconfig.xml to increase the size and restart the presentation services.
    by default delivers will send only 250 records.
    take a original backup and the do it
    insert the following code into instanceconfig.xml.
    <Views>
    <Table> <DefaultRowsDisplayedInDelivery>100000</Defau ltRowsDisplayedInDelivery>
    </Table>
    </Views>
    restart all your services.
    for more refer
    http://oraclebizint.wordpress.com/2007/12/17/oracle-bi-ee-101332-calling-java-scripts-and-java-classes-from-ibots/
    Hope this solves the problem...
    THanks
    Deva

  • Report Size to fit Chart Size

    Using the dynamic width and dynamic height properties of a chart I will change the size of the chart dynamically.
    However, when exporting the chart to an image I want it to export at the chart size and not be restricted to the static size of the page.
    Any way to do this ?

    Hi St33ln,
    If I understand correctly, you want to make the size of report to fit the size of chart, so the chart can be fully displayed after export the report to an image. Based on my research, I find that PageSize property is a static value. The page size does not
    grow or shrink to accommodate the contents of the report body. If you want the report to appear on a single page, all the content within the report body must fit on the physical page.
    So in your scenario, I couldn’t find an appropriate method to make the report size automatically change to fit the chart size. This is by design. As a workaround, I suggest that you can change the size of report to an appropriate value based on the chart
    size you may select.
    Thank you for your understanding.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Image quality and report size

    Hello,
    I have a problem in the export to PDF document. I use CR 10.2 with Visual Studio 2005 in a web application.
    My problem is that I have a report of photographies, in wich I need an aceptable image quality. I don´t show the report in an report viewer, I create the report document and export it to PDF sending the memorystram in the http reponse.
    Firstly I see that the PDF document image quality was so bad. Then I checked the report property "Retain original color depth", and the image quality was good, but the PDF size was too big, two photographies of about 2MB(each one) generates a PDF file of about 20MB size.
    I need to send the pdf files to the clients via email, but the files are so big, and if the cllient inserts 10 photographies, the report size would be of about 100MB. Is there any wallkaround to this issue?. Is there this issue fixed in crystal reports XI?
    Best regards

    See [this|Crystal to PDF; thread. As unsatisfactory as the answer may be, it is what it is...
    I believe R&D is looking at this issue, but as an enhancement for a future release of CR.
    Ludek

  • Teststand report size

    The teststand report size in xml format is almost 200 times bigger than html format. Does anyone know why is this? And how to decrease the xml report size. This is very importment to my application.
    Thanks
    Franklin Pang

    Howdy Franklin,
    XML files by nature are going to be large.  This is mostly due to the fact that a large number of tags are needed to describe any data.  Additionally, the files are saved in ASCII format, making it easy to read in any text editor, but even larger in size.
    A solution in this case would be to write your own XML schema which is streamlined for the minimum amount of information and tags needed to describe the data.  However, this is a complex solution that would require you to have good knowledge of XML.  Also, you would save some space, but the optimized schema still may not fit your size needs.
    If size is very important for your reporting needs, you may want to consider using HTML or ASCII reporting as an alternative.
    Thanks and have a great day!
    Andrew W || Applications Engineer
    National Instruments

  • How to change report size from A4 to A3 in Report 6i

    I want to change the size of an existing report in Report 6i from A4 to A3 size. How to go about it? Thank in advance.
    Anil chopra

    Hello Anil,
    Have you tried to click on the property palette of the 'Main Section' under 'Layout Model'. There you can set the Report Width and Height.
    -Marilyn

  • Need to reduce the report size.

    Hi all,
    I am using CR2008, i have total 4 images(jpeg) in the header and footer. My problem is  size of the rpt file. i am getting 8MB for the blank report itself. so i cant able to export this file properly from my  application(.net)into .doc and RTF formats if the report having more than 20 pages. When i remove the whole images from the rpt the size is getting down to around 150KB.
        The DPI of the Image is 600 with same height and diffrent width.but the total image size is only 160Kb.i cant able to compromise the resolution of the image. While i am reducing the DPI, the size of the rpt is also decreasing. How can i overcome this problem without reducing the image resolution.
    Hope anyone will give the solution for this,
    Thanks in Advance,
    Salah.

    I ran into the same issue and was able solve the problem.
    When you insert a jpeg into a report, the jpeg is converted to a  bitmap so  for example a 200K jpg file can explode to 3 megs.
    I was able to solve the problem by opening my bitmap(which was black and white) in photoshop and converting the  bitmap to grayscale. Then when saving the converted bitmap I compressed the file.
    Then I inserted the image into the report as a OLE object which keep the new size of the file.
    Then the other thing you need to do is make sure you have Retain Original Color Depth check on under your report options so that the image will retain it resolution.

  • Report size inconsistency

    Hi All,
    I have a report that shows 'sales count' vs 'jurisdiction' on a pie chart. If there is only one jurisdiction, the chart size is considerably larger than when it has two or more jurisdiction. The same does not happen for other reports with the same scenario. It comes consistently in other reports.
    Regards
    Arun

    Hi,
    try this.
    insert a small jpg which is black or white completely (Use irfanview f.e. to create).
    make a rigkt mouseclick on this black jpg.
    change the location where the jpg is stored to the correct location of your jpg.
    now the report should besmall, because it is stored only with the small black rectangle.
    sincerly
    zettels.

  • Querybuilder - Crystal Report size

    Hi,
    Is there any way to fetch the file size of the crystal report and its instances that are stored in the BO repository.  I am using BO XI 3.0.  I am unable to find any fields pertaining to file size in the ci_infoobjects table.
    Thanks and Regards,
    Subbu S

    I got the info, its stored in si_file -> si_value1 field in the ci_infoobjects table.

  • WEBI Report Size Best Practices

    What are some standards (measured in time, records and db size) for the following for WEBI reports on BW Universes -
    1 - when run on demand
    2 - when scheduled to create an instance
    We are looking for some baselines.  For example: <5 mins for on demand and <15 mins for scheduled, etc

    Hi Subham,
    If you are looking for the size of the WID file, you can get this through the InfoObject.
    Please note that this WID file only changes if the WebI document was actually saved.
    Below is a sample code snippet that will retrieve the file size from an InfoObject:
    IInfoStore boInfoStore = (IInfoStore) boEnterpriseSession.getService("InfoStore");
    String query = "SELECT SI_FILES FROM CI_INFOOBJECTS WHERE SI_INSTANCE='false' AND SI_NAME='" + webiDoc + "'";
    IInfoObjects boInfoObjects = boInfoStore.query(query);
    if (boInfoObjects.size() > 0) {
         IInfoObject boInfoObject = (IInfoObject) boInfoObjects.get(0);
         IFiles boFiles = boInfoObject.getFiles();
         IFile boFile = null;
         for (int i=0; i<boFiles.size(); i++) {
             boFile = (IFile) boFiles.get(i);
             out.print(boFile.getName() + ": " + boFile.getSize() + "<BR>");
    } else {
          out.print("No WebI document found!");
    Hope this helps.
    Regards,
    Dan

  • How ro increase report size???

    Hi,
    I got an empty page in IE when I run my reports from our appls, the problem is the size of the report is small ( return less than one page data). Does anybody know how to increase the size to make it visable?
    Thanks

    hello,
    you should see output regardless of the length of the report. however there are several known issues with IE :
    -) if you are using PDF there might be a stalled acrobat running in the background.
    -) IE tends to take "extensions" in the URL before using the mime-type to determine the content type of the document. so if your url ends with a string that "looks like" a file extension, IE might miss-interpret the filetype
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Can interactive report size be controlled?

    I have an interactive report. I know the region size grows based on the number of rows I asked to display. However, what I really want is to set the region size and instead of it growing if they ask for lots of rows I would like to have a scroll bar appear so that the report height remains constant. I don't like having them have to navigate using the Apex navigation because it is easier to just drag the scroll bar up or down as desired.

    Check out Kiran's response in this post, courtesy of Jari
    Re: How to freeze Headers of tabuar report and Forms in APEX 4.1

  • Changing report size

    Hello,
    When i am trying to increase the size of report in header,main and trailer sections the following error was coming:
    REP-1219: '<Object name>' has no size -- length or width is zero
    can anyone help me
    Thanks,
    Dinesh.

    Please try the following:
    In the object navigator,
    right click on Main Section of the report
    select property palette
    set the Vertical Panels per Page to a number that represents the number of physical pages per logical page:
    i.e. if a logical page will print on 2 physical pages, select 2.
    Save
    recompile and run your report.
    Hopefully this should work!
    Vizith

Maybe you are looking for

  • How to include the RNDISFN.h header file in the WIN CE Build ?

    I need to include the header file RNDISFN.h in the build of the WIN CE OS. By default the file is not included. What do i need to include  in the OS design to have the Header file compiled ? Who can help ?  (thx in advance to all these brave people t

  • Best format for video

    I have downloaded videos from my camcorder and have them on the hard drive for editing. I want to make a DVD with them but I also want to have an electronic version of the movie as well to keep on my hard drive, but in a format that is 1) popular (no

  • Getting help with the new forum software

    Searching for some help I located the Jive 6.0 community user help and thought I could share this information. http://docs.jivesoftware.com/jive/6.0/community_user/index.jsp It provides explanations and examples and seems to be useful. For instance,

  • The job is experiencing a transient failure and processing may be delayed

    Hi, I get the following error (in the management services operation logs) every 10-15 minutes. What does it mean? Thanks. "The job is experiencing a transient failure and processing may be delayed" Correlation ID: 340f6e80-8559-4892-b61a-84bad23f947a

  • MView - is not refreshed.

    Hi, I created this mview>> CREATE MATERIALIZED VIEW zedi_bwvypisy BUILD IMMEDIATE REFRESH COMPLETE START WITH SYSDATE NEXT SYSDATE + 1/48 as select .. union all select .. I didnt use refresh fast on commit because my master tables dont have any prima