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.

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

  • Report Wizard - Inconsistency causing ORA-01461 - bind a LONG (bug?)

    We have come across an inconsistency in the creation of APEX report region resulting in an error "ORA-01461: can bind a LONG value only for insert into a LONG column"
    I want to share this to either get the attention of someone on the development team to help fix it, or to help someone who is running into the same issue and how to work around it.
    Here are the details:+
    Specs_*
    Latest APEX 4.0.2.00.07
    DB 11.1 and 11.2 confirmed same.
    Process+*
    First - complex nasty query. Fact of life - sometimes it happens. Long with over 4K characters
    Creating a STANDARD report (non interactive) - using the CREATE PAGE wizard or the CREATE REGION wizard, after entering in the SQL, it will throw a simple error page (wwv_flow.accept) showing the error ORA-01461: can bind a LONG value only for insert into a LONG column
    Workaround+*
    Run the same wizard with select * from dual to get the page and region created.
    Once it is created - edit the region - and place the long nasty query in the region source. It will then take and work as expected.
    Other Findings+*
    Originally, we considered it was because of the LENGTH of the query. This proved to be un-true. We were able to run the wizard with a 20,000 character select statement without an issue. We are still investigating, but it is difficult to determine what is going on inside the wizard. The SQL is valid and performs well, even if it is complex.
    Note: Because of placement of bind variables - it does not work well as a view.
    The work around is good to know, but the behavior has been described as "buggy" by some of my developers.
    If anyone is interested in more details, please let me know.
    --Tim                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thank you for innovating the trick to go around this (bug?) !!!
    rgrds Paavo

  • 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.

  • Image Size Inconsistency

    When I set the dimensions of two images to identical widths and heights, they do not appear as the same size when viewed at the same zoom level in Photoshop.  Also, they aren't the same size when opened with other programs.  Why this inconsistency?

    Yes, as Curt mentioned, it sounds like you may be using inches or the metric system but did not set the PPI to be the same.  Setting the pixel dimention to be the same will make the images the same size.

  • 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

Maybe you are looking for

  • U6678700.drv failed @A145 phase

    Hi, While applying patch 6678700 workers got failed at phase A145 ATTENTION: All workers either have failed or are waiting: FAILED: file APXLASET.ldt on worker 1. FAILED: file ARXLASD.ldt on worker 2. FAILED: file CCXLASET.ldt on worker 3. FAILED: fi

  • Itunes can not connect to the iTunes Store, I work with Windows 7.

    Itunes is working on my computer with Windows 7 I only cannot cat in contact with the ITunes store ITunes is the whole time searging

  • Envy 5534 on MAC- print error message unable to convert post scrip file

    New printer set up fine prints letter but when I want it to print a page with bar code on get error message :- print error message unable to convert post scrip file Can any one help please This question was solved. View Solution.

  • Font does not size correctly in iPhone summary screen

    I recently bought a iPhone 4 and when I connect to iTunes I notice that the Dutch text is not completely shown with the iPhone device detail. It was caused by the fact that I had increased the font size in Windows to 125%. Scaling it down to 100% sol

  • Symbol lookup error occurs after compiling pacman

    Hi there, i met some problems with my pacman before so i just decide to compile it again. I download the src and then execute the following commands ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make sudo make install but after the