Auto Expand report

No sure what is the best way to describe the title.
Thing is, my report is working fine (except for that index issue I have a.t.m)
Now this is my issue.  I've added a Sub-report onto my main report.  Works great and it's linked.  But the layout doesn't work when there's a lot of records in my sub-report.
If there's a lot of records in my sub-report then it grows.  But as it grows the main report information gets this information all over it so you can't make out what is going on.
How can I let my sub-report grow but also as it grows it should push down the information on my main report so that nothing overlap.
Hope that is clear enough.
Thanks,

Ok so the only way I know of is to add sections to that part. 
Was hoping there was some other way that is faster but looks like this is best practice so

Similar Messages

  • Auto expand of layout or reports

    Hi, I have developed a report which prints a bill on a letterhead, as a developer i designed it in such a way that the contents do not cross beyond one page (keeping in mind the maximum data) but when the user selects some data its shrinks(i made the frames vertical variable) but i wish to auto expand so as to fit the page entirely (putting anchoring object make it look empty in places). Does someone has a solution.
    Regards
    Melvin

    You could also set the elasticity fpr fileds inisde the frame and try
    Thanks
    The Oracle Reports Team

  • Auto expand in FR Studio

    I have a report that when run in Workspace allows you to expand Cost Center to show the children of the report. I want to run this report under a book for a batch of monthly reports. Is there a way to have all children of the selected cost center be auto expanded/summarized?

    Hi,
    As per my understanding while running the reports in Book or while batch bursting you cant expand the members dynamically.
    you have to change the design and you have to include all the childrens of the selected parent member of Cost centre.
    While running in html mode it allows you to expand by clicking on the parent member if auto expanded mode selected, but while running in PDF view it will not allow you to expand and as my my understanding if you are going to provide batch of monthly reports then you must be giving it in PDF mode only.
    Thanks
    YSP

  • Closed Auto Loan Reporting As Open Question

    I have an auto loan reporting across all bureaus as open but in good standing. I suppose that is well and good except for the fact that the loan was closed in Dec of last year. My question...would having the loan shown as open reduce my credit score or do you think it's helping? I've heard having a loan of that nature close can reduce your score so I'm not sure what to do about it. Any input is appreciated. Thanks!

    Well, see whether you get any other feedback from other folks on here.  But if I were you, I'd just end up having some low grade anxiety if I had a record on my report that claimed I owed a big chunk of money for something I didn't.  The explanation, I assume, is that the creditor never updated the record to show that you paid off the loan. Unless someone here tells you differently, I'd reach out to the lender and confirm with them that they agree that you paid off the loan in December.  If they do agree, explain that they haven't yet updated the final status of the account to show that you paid it off -- and ask them to do that.  That way you'll end up with an accurate report that shows future creditors that you can manage and pay off a car loan. I have allowed incorrect data to stay on my report when it is absolutely 100% positive.  This is a bit of a mixed bag: a record that falsely asserts you still owe a creditor a good chunk of change.  Whetever benefit you get out of it being "open" doesn't seem worth it to me.  But see what other people say.

  • How do I keep layers from auto-expanding in the Layers Palette?

    Hello all. I'm working on a rather complex piece of artwork in Illustrator CC with the latest Mac OS, with several objects on each layer.
    Whenever I click an object, its layer in the Layers palette auto-expands, pushing all of the main layers off of the edge of the palette. I then have to click the little arrow to collapse the layer so I can see all of the other layers and (quickly?) get to the one I need.
    I am using a Magic Trackpad (don't ask) so this task is particularly arduous, as the cursor is often somewhat difficult to maneuver when attempting to target small UI elements. My display height is only 1050 px, so naturally I would rather not make the layer thumbnails any smaller (25 px.)
    Is it possible to disable or defeat the auto-expanding behavior? Any help would be kindly appreciated. Thanks!
    Edit placed in bold

    Checking the Layers>Top Level Only boxes in the Layers Panel Options palette did not work to stop the triangles/arrows in the Layers palette from turning themselves down when an object is selected that is part of a sublayer.
    (This is on Mavericks 9.1 using CS6.)
    These two checkboxes are in the Thumbnails section of Layers Panel Options and does not affect the arrow animation on my Mac. I haven't been able to find any combination that stops this behavior, including changing the "Show Layers Only" checkbox.
    FEATURE REQUEST:  Adobe, an OPTION for this please? We don't all work by targeting sublayers in the layers palette, especially those of us who spend most of our time pawing through someone else's work/setup.

  • How to display more than 10 rows in an Auto Updating Report

    I followed Carl Backstorm's example, http://htmldb.oracle.com/pls/otn/f?p=11933:40:525653462286833::NO:RP:: to create a page with an auto update report/region. It's working fine (thanks, Carl) but I can't have the report display all rows (38 rows in total). Everytime I press the "Manual Refresh" button, it shows 10 (the first 10) rows only.
    When the report displays at the first time, it shows all the rows (38 rows). Number of Rows and Maximum Row Count are set to 999999 and "No Pagination Selected" in the report region. But after I press the "Manual Refresh" button or specifiy an update time value (like 1 second) to have it auto update, then it only display the first 10 rows.
    Is there a way to display more than 10 rows in an Auto Updating Report using Carl's example auto update report/page? Anyone can help? Thank you.
    -Michele
    Edited by: 106451 on Jun 30, 2010 10:12 AM

    Yes, I changed it to:
    function table_object(pId){
         this.id = pId;
         this.start_record = 1;          //optional
         this.num_record = 50; //optional
         this.num_record2 = 50;          //optional
    I don't quite understand how these vaiables are used for though. Thanks.

  • Carl's Auto Updating Report example with Apex 3.0

    Hi,
    I'm try to develop a page very similar to Carls' "Auto Updating Report" page and been very new to Apex I find it very hard to work out all the things I need to do from the example pages.
    Is there anywhere I can download a sample application so I can explore the code through APEX to see how everything works and fits together.
    Any help would be most appreciated.
    Anthony

    Carl,
    Thanks I have it working.
    Just one more question is it possible to have two reports on same page to auto update?
    If I simply add another html_PPR_Report_Page with the second report_id I get an Error : "gNode is null or not an object". using IE.
    function mon_Refresh()
    setTimeout("mon_Refresh()",5000);
    html_PPR_Report_Page (null,'R1736701112358007',$x('r_R1736701112358007').getAttribute('htmldb:href'))
    works fine but
    function mon_Refresh()
    setTimeout("mon_Refresh()",5000);
    html_PPR_Report_Page (null,'R1736701112358007',$x('r_R1736701112358007').getAttribute('htmldb:href'))
    html_PPR_Report_Page (null,'R1738006943370690',$x('r_R1738006943370690').getAttribute('htmldb:href'))
    raises an error.
    Anthony

  • Error when attempting to run auto invoice report

    Hi,
    We are currently using Oracle E-Business Suite 11.2.  One of our users was attempting to run an Auto Invoice Report this morning and got an error occur.  The log file shows the following:
    SELECT INTERFACE_LINE_ID
    FROM   RA_INTERFACE_LINES L2
    WHERE  L2.REQUEST_ID = :b5
    AND    L2.INTERFACE_LINE_CONTEXT = 'UPLS INVOICES'
    AND    L1.LINK_TO_LINE_CONTEXT = L2.INTERFACE_LINE_CONTEXT
    AND    L1.LINK_TO_LINE_ATTRIBUTE10 = L2.INTERFACE_LINE_ATTRIBUTE10
    AND    L1.LINK_TO_LINE_ATTRIBUTE11 = L2.INTERFACE_LINE_ATTRIBUTE11
    AND    L1.LINK_TO_LINE_ATTRIBUTE12 = L2.INTERFACE_LINE_ATTRIBUTE12
    WHERE NVL(INTERFACE_STATUS, '~') != 'P'
    AND (REQUEST_ID IS NULL OR REQUEST_ID IN (:b6)
    AND EXISTS
    SELECT 'x'
    FROM   RA_INTERFACE_LINES L2
    WHERE  L2.REQUEST_ID = :b7
    AND    L2.INTERFACE_LINE_CONTEXT = 'UPLS INVOICES'
    AND    L1.LINK_TO_LINE_CONTEXT = L2.INTERFACE_LINE_CONTEXT
    AND    L1.LINK_TO_LINE_ATTRIBUTE10 = L2.INTERFACE_LINE_ATTRIBUTE10
    AND    L1.LINK_TO_LINE_ATTRIBUTE11 = L2.INTERFACE_LINE_ATTRIBUTE11
    AND    L1.LINK_TO_LINE_ATTRIBUTE12 = L2.INTERFACE_LINE_ATTRIBUTE12
    len = 1171
    Current system time is 09-OCT-2013 07:33:50
    APP-AR-11526: ORA-01427: single-row subquery returns more than one row
    UPDATE RA_INTERFACE_LINES L1
    SET REQUEST_ID = :b1,
    LAST_UPDATE_DATE =
    APP-AR-11526: 2913367/ar/src/autoinv/raamil.lpc 1333
    UPDATE RA_INTERFACE_LINES L1
    SET REQUEST_ID = :b1,
    LAST_UPDATE_DATE = sysdate,
    LAST_UPDATED_BY = :b2,
    LAST_UPDATE_LOGIN = :b3,
    CUSTOMER_TRX_ID = NULL,
    INTERFACE_LINE_ID = NVL(INTERFACE_LINE_ID,
    RA_CUSTOMER_TRX_LINES_S.NEXTVAL),
    SET_OF_BOOKS_ID = NVL(SET_OF_BOOKS_ID, :b4),
    LINK_TO_LINE_ID =
    Would someone be able to help me with this as my knowledge on Oracle is quite basic and the person who usually deals with these queries is out of the office.
    Regards,
    Jon Ditchfield

    The error is
    APP-AR-11526: ORA-01427: single-row subquery returns more than one row
    A subquery that is supposed to return only one row is returning more than one. Most likely it is this query
    SELECT 'x'
    FROM   RA_INTERFACE_LINES L2
    WHERE  L2.REQUEST_ID = :b7
    AND    L2.INTERFACE_LINE_CONTEXT = 'UPLS INVOICES'
    AND    L1.LINK_TO_LINE_CONTEXT = L2.INTERFACE_LINE_CONTEXT
    AND    L1.LINK_TO_LINE_ATTRIBUTE10 = L2.INTERFACE_LINE_ATTRIBUTE10
    AND    L1.LINK_TO_LINE_ATTRIBUTE11 = L2.INTERFACE_LINE_ATTRIBUTE11
    AND    L1.LINK_TO_LINE_ATTRIBUTE12 = L2.INTERFACE_LINE_ATTRIBUTE12

  • Auto Updating Report

    Hello.
    I am using Apex 2.2.1 and am trying to get Carl Backstrom's wonderful Auto Updating Report to work.
    In the Region Template he is using REGION_STATIC_ID. What is that? How do I supply this value? In Apex 3.x there is a field in which to enter a "Report Id" when creating a report. But in 2.x, I see no such field anywhere.
    I went ahead and tried to create a report using his example. I made a copy of the Standard PPR template for Theme 10 (Sand). I then copied his code into my PPR copy. When I run my report, there is no refresh and also I am getting the text "#TOP_PAGINATION#" at the top of the report.
    How does one get an Auto Updating report to work in Apex 2.2.1?
    Thank you for any help.
    Elie

    Hi Carl.
    Thanks very much for helping me out.
    I've posted my Apex 2.2.1 app onto my workspace on OTN. Of course, this workspace is a 3.0.1 workspace, and so, I see the REGION_ID field in the report region. This field is missing in my 2.2.1 workspace.
    Here is the link and credential info you'll need to see my report page.
    workspace = play30
    username = [email protected]
    password = flowers
    The relavent page is page 3 - "Errlog Report".
    With respect to the way you're auto updating your report, I have a couple questions.
    1) The #REGION_STATIC_ID# and #REGION_ID# values -- are these the same as the region_id obtained via the query:
    SELECT region_id
    FROM apex_application_page_regions
    WHERE application_id = :app_id
    AND page_id = :app_page_id
    AND region_name = 'Errlog Report';
    2) You're using AJAX to auto update a report region, and so, I was expecting to see some reference to the javascript function htmldb_get(). And yet I see you are not calling this function anywhere in the javascript you're using. Perhaps the functions you are using are calling htmldb_get() behind the scenes, I don't know.
    We've not upgraded to 3.0.1 because we have so many Apex (2.x) apps being used in production (and this number is increasing as more users see what we've done) that we need to find a suitable time to upgrade without affecting users too much. We read in the Apex install notes that we need to make our database instance unavailable during the upgrade (an hour or so), and so, finding this hour of space is the main hurdle blocking our upgrade to 3.0.1.
    Thanks, again, for any help/advice. It is much appreciated.
    Elie

  • Error in Auto Generated Reports after upgradation from 4.5B to ECC6

    Hi All,
    We are currently upgraded the system from 4.5B to ECC6.
    We are having many reports with report names such as
    'GP0HRYGE9KG1RM5HN4WY9MXC9E4'
    'GP0IZ026BMC4SX5K8BISNZ00FSV' with few syntax errors in it.
    Can any one suggest whether these are any auto generared reports , as the report starts from 'GP *'.
    If so, please suggest how to regenerate the same.
    Thanks.
    Regards,

    Please check the below SAP Note:
    [Note 586786 - Short dump PERFORM_NOT_FOUND with forms from SAPLJ1AY|https://service.sap.com/sap/support/notes/586786]
    Regards,
    Dipanjan

  • Panels Won't Auto Expand

    The past couple days I have noticed that my panels that I have set to auto expand will not do so anymore. In order to use the panels I have to expand all the panels in the column or work in the "Application Frame" which I do not like to do. I am running OSX 10.10 with the latest release of Photoshop. Please help. Is anyone else having this issue?

    I'd try resetting the photoshop preferences by pressing and holding down the Shift+Command+Option keys while starting photoshop.
    Keep holding the keys down until you get a dialog asking if you want to delete the photoshop settings file
    Press Yes

  • LUMIRA Server Auto refresh reports

    Hi,
    In Lumira Server 1.17. Is it possible to auto-refresh reports without refreshing the web page? Only when I refresh the page, then the data gets updated.
    Thanks.

    Hi Cherry,
    I believe the only option to schedule a refresh of a Lumira data set is when it is based on a .UNX universe. The BI 4.1 platform will enable this functionality from within the CMC. Here you can schedule a refresh and the data will be updated on the HANA platform.
    Please let me know if you have any additional questions!
    With kind regards,
    Martijn van Foeken | Intenzz

  • Auto Expand Hierarchy

    Hi gurus,
    Is there any solution how to auto expand hierarchy in OBIEE 11G?So i do not have to click plus(+) sign one by one manually.
    Thanks
    Joni

    I don't think its possible here...
    Option available are just for "Collapse all items in this column" and "Collapse all items on this page". Expand(+) will just expand the next level...

  • DreamWeaver MX 6.1 auto-expands some folders

    Ok still runs DreamWeaver MX 6.1, and although I seen the bug
    I am about to describe before, it has been stable for a few years
    until now when I moved web content from one drive to another and
    then went into DreamWeaver and changed site definition, only having
    to change one letter, the drive letter as folders stayed the same.
    No however DreamWeaver auto expands some folders, not sure
    why not all, and it takes two clicks on the "minus" icon to
    collapse the folder. However as soon as I switch to another
    application and then back to DreamWeaver it expands again, or if I
    switch to another site within DreamWeaver and then back to the same
    site again.
    What gives? This is REALLY annoying, because one site has
    like a 800+ sub folders which caused a delay before showing and
    ready to accept new input or menu commands.

    "Mister Mustard" <[email protected]> wrote in message
    : I'm not clear on what you are saying; is that speculation
    or did you
    : do what I said (without first finding Murray's post) and
    that was the
    : result? If the latter, you followed only part of my
    suggestion and
    : what's thebig deal about reinstalling an app?
    Mister Mustard -
    Reinstalling should be a last resort. I know you told the OP
    to back up -
    just be a bit careful about your suggestions to these type of
    questions.
    What should the poster backup, what are they liable to lose
    if they do have
    to install etc etc....
    You may recall in part what you have read before about a
    solution, it may be
    better to find the message and post a the link to it instead,
    then it's up
    to the poster whether they follow the advice if they do a bit
    of research
    themselves.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    |Tutorials|SEO |CSS Templates
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver

  • Auto Expand Html table when we paster data from Microsoft Excel sheet

    hi,
    I need copied data to my Html table.
    Actual requirement is like that when i copy selected rows with selected columns from Microsoft excel sheet and press "ctlr v" on my jsp page then table on jsp must be auto expand as data in excel sheet.
    Take an example.
    I copy 4 rows with 3 columns from excel sheet.
    I have JSP page with 1 row and 3 columns.
    when i press "ctrl v" on first cell of my jsp table then table should be auto expand to accommodate 4 rows of excel sheet.
    here i have some of the code which is near to this, this code just copy past only one row, but i need multiple rows.
    If need then please refer below code and if possible then give me the solution to auto expand HTML table on JSP
    Code to copy paste cell in to HTML Table
    <form>
    <table>
    <tr>
    <td><input type="text" name="t1_0" onchange="formatCells(this.value,'t1')"></td>
    <td><input type="text" name="t1_1"></td>
    <td><input type="text" name="t1_2"></td>
    <td><input type="text" name="t1_3"></td>
    <td><input type="text" name="t1_4"></td>
    </tr>
    <tr>
    <td><input type="text" name="t2_0" onchange="formatCells(this.value,'t2')"></td>
    <td><input type="text" name="t2_1"></td>
    <td><input type="text" name="t2_2"></td>
    <td><input type="text" name="t2_3"></td>
    <td><input type="text" name="t2_4"></td>
    </tr>
    </table>
    </form>
    <script type="text/javascript">
    function formatCells(xls,group){
    var arrGroup = xls.split(/\t/gi);
    for(var i=0;i<arrGroup.length;i++){
    document.forms[0].elements[group + "_" + i].value = arrGroup;
    </script>
    Thanks
    Chintan Patel

    Hi Ross,
    >> In our testing environment using both Excel 2010 and 2013 this file is imported successfully, so we cannot replicate.
    I suspect it is caused by the difference of web server security settings.
    KB: Error message when you use Web query to a secure Web page (HTTPS://) in Excel: "Unable to open"
    Hope it will help.
    By the way, this forum is mainly for discussing questions about Office Development (VSTO, VBA and Apps for Office .etc.). For Office products feature specific questions, you could consider posting them on
    Office IT Pro forum or Microsoft Office Community.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for