Spreading report lines over several regions

Hi there,
I'm about to despair!
I'm using the wizard to create a master detail form having an updatable detail report. Since the detail table has quite a lot of columns, users are forced to scroll from left to right to view the last columns.
To avoid this, I tried to split the detail report region: One region for the first n columns and another one for the remaining m columns. I tried to copy the region within the same page. This didn't work. Then I copied the region to an intermediate page and from there copied it back to the original page. In the resulting page I modified the first region to just display columns 1 ... n and in the new copied region to display the remaining columns.
The visual effect was exactly what I wanted to see, BUT:
As soon as I try to do any DML I get Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum
Maybe this behavior is exactly why APEX did not allow to copy a region within the same page, however there certainly exists a method to achieve the visual effect explained above.
Can someone give me a hint?

Dimitri,
I asked for a workspace, meanwhile maybe a character oriented sample can help
Let Mx be master entries and Dy detail entries.
The default wizard layout will be something like
M1
M2
D1 D2 D3 D4 D5... Dn
what I want to achieve is something like
M1
M2
D1 D2 D3 D4 D5
D6 ... DN
-------

Similar Messages

  • When exporting a FR report to excel in Query Ready Mode, the report breaks over several sheets in Excel. We use SmartView and FR-Studio version 11.1.2.924 Reportserver 11.1.2.3.505.0924

    This happens after we upgraded from 11.1.1.2.
    The reports have not been changed after the upgrade.

    Had the exact v11113 issue with 2003, so it forced people to move to ver2007 xls.
    Attempted to change settings in IE, but did not get far, users got FR further in 2007.
    Bug was noted in previous forum.

  • How can i print a one page spread sheet without having it spread over several sheets of paper none of which is complete?

    I have an iMac less than 1 year old with lion o/s and numbers. i have been spoiled in the printing of spread sheets on PC's. I find it impossible to print only 1 page when printing a single page spread sheet. The result is my spread sheet spread over several sheets of paper with no usable spread sheet printed. Can anyone help this 86 year old man who has been to the Apple Store twice to learn this but I still have trouble. Thanks in advance for your help. jim

    Jim,
    Take heart.  We can help.
    First turn on page view so you can see how the content of your sheet fits on the page(s).  A Numbers document contains sheets (listed on the left) which in turn contain tables, charts, text, and graphics.  Select the sheet you want to print on the left, then enable page view by selecting the menu item:
    "View > Show Print View":
    Now you should see your content and how it fits on one, or more, pages.  If thie content is too big for one page use the controls and the bottom left of the window to expose the sheet controls:
    Here a table is too big to fit on one page:
    slide the "Content Scale" slider so the content fits:

  • I clicked the download all button at the end of the list of my library iTunes which i believe is in the iCloud, i have iTunes match also, many downloads were reported as occurring over several hours and then received the warning startup dis

    i clicked the download all button at the end of the list of my library iTunes which i believe is in the iCloud, i have iTunes match also, many downloads were reported as occurring over several hours and then received the warning startup disc is full (activity monitor shows 3.99 of 4 GB used) and then another stating the download had not occurred due to the disc being full. most of the tunes still appear to be in the cloud but the disc is said to be full, spent a good period of time trying to investigate what has happened but failed...I'm not well up on all of this as an old chap so any help would be wonderful.....

    unclefossil wrote:
    Thanks Michael, what is the best way of backing up, should buy a cheap standalone external hard drive rather than relying on the Time Capsule which is quite sensitive...
    If you read the link I provided you'll get an idea of one way to maintain a backup of your music files, use Time Machine, and not take up as much room on the internal HDD/SSD.
    unclefossil wrote:
    i live in the Scottish Highlands where Broadband is frequently intermittent disrupting backups.
    Your internet connection speed has no effect on Time Machine/Time Capsule backups. Since that is all done locally, over your wireless network you actually do not need an internet connection at all.
    unclefossil wrote:
    Also I wondered if I could increase the memory on the setup disk by replacing the 4GB card already in the MBP with 16GB cards, if I upgraded would that affect anything I have stored already like my iTunes?
    You're asking about the computer's RAM. Increasing that will not increase the size of the internal storage available to the computer. You'd need to replace the HDD/SSD of the Mac, which, depending on what model you have may or may not be possible (with new models of Macs).

  • Ever since Firefox did an update I have printing problems. Prints partial pages and spreads out over several sheets. I use Mac OS X 10.4.11

    Ever since Firefox did an update I have printing problems. Prints partial pages and spreads out over several sheets. I use Mac OS X 10.4.11

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Prints_to_a_small_portion_of_the_page

  • Printing using Mail - Vertical printing over several pages error

    Hi All.
    Wonder if anyone can help here?
    When I want to print any email from Mail, for some odd reason the email gets spread out over several pages or more depending on the size of the email. The text is printed in one vertical line consisting of one letter per line, like this:
    t
    h
    i
    s
    i
    s
    h
    o
    w
    I have to copy and paste each email into text edit and print from there.
    If anyone can help, that would be great.
    Cheers
    Steve
    G4   Mac OS X (10.3.9)  

    Hi All.
    Wonder if anyone can help here?
    When I want to print any email from Mail, for some
    odd reason the email gets spread out over several
    pages or more depending on the size of the email. The
    text is printed in one vertical line consisting of
    one letter per line, like this:
    t
    h
    i
    s
    i
    s
    h
    o
    w
    I have to copy and paste each email into text edit
    and print from there.
    If anyone can help, that would be great.
    Cheers
    Steve
    G4   Mac OS X
    (10.3.9)  
    Hi Steve,
    I have the same problem with the text in Mail printing very narrow like what you described. Did you ever get a resolution to the problem?
    It seems like it was never answered in the forum replies.
    Hope you can help out if possible.
    Danny

  • Report Using PL/SQL Region

    Hi,
    I have bit experiment create custom reports using PL/SQL region
    http://dbswh.webhop.net/apex/f?p=BLOG:READ:0::::ARTICLE:97800346956448
    I would like have from you tips and ideas how enhance this.
    Because I'm not so good with SQL,
    I really appreciate if you have tips enhance performance for query used for cursor.
        /* Report query */
        l_sql := '
          SELECT * FROM(
            SELECT a.*, row_number() OVER (ORDER BY '
            || l_sort_col
            || ' '
            || l_sort_ord
            || ') rn, COUNT(1) over() mrn
            FROM(' || l_sql || ') a
          ) WHERE rn BETWEEN ' || l_start_row || ' AND ' || l_last_row
        ; Regards,
    Jari

    Hi Jari
    I'm guessing you're trying to do paginated grid data or somewthing similar? You could try something like this...
        l_sql := 'SELECT * '||
               'FROM ('||
                      'SELECT /*+ FIRST_ROWS(n) */ '||
                              'a.*, ROWNUM rnum '||
                       'FROM ('||l_sql||' '||
                              'ORDER BY '||l_sort||' '||l_dir||') a '||
                       'WHERE ROWNUM <= '||l_max_row||') '||
               'WHERE rnum >= '||l_start;The variables would be initialized in the procedure as follows...
        l_max_row := p_start + p_limit;
        l_start   := p_start + 1;
        l_sort    := NVL(p_sort,'1');
        l_dir     := NVL(p_dir, 'ASC');My application process would be called something like follows, to spit out a JSON object...
    BEGIN
      htp.p(wwv_flow.g_widget_num_return||'(');
      munky_extjs.grid_json(p_app_id => wwv_flow.g_x01,
                        p_app_page_id => wwv_flow.g_x02,
                        p_region_id => TO_NUMBER(wwv_flow.g_x03),
                        p_start => NVL(wwv_flow.g_x04,0),
                        p_limit => NVL(wwv_flow.g_x05,10),
                        p_sort => wwv_flow.g_x06,
                        p_dir => wwv_flow.g_x07);
      htp.p(')');
    END;I think your use of analytics in the inner query may be slowing you down if you have a lot of data?
    Cheers
    Ben

  • How can I switch between multiple windows of the same application (e.g. Safari) over several desktops ?

    Hi All,
    I have one application, for example safari, open and running with multiple windows (with or without tabs) spread over several desktops.
    How can I switch between the windows only via keyboard? CMD+> and CMD+< let me only swicht between windows open on the one desktop I am currently looking at.
    thanks for your replies,
    equi

    Barney,
    many thanks for your efforts and your time (preparing and posting the screenshot, answering to this question,...).
    Unfortunately, moving the focus to the next window only works with windows on the same desktop.
    btw, using a german keyboard layout and german language settings the shortcut is "cmd+<".
    I can switch with this shortcut between different windows of my Safari which reside on the same desktop, but I cannot swith between different safari windows distributed over several desktops.
    Thanks,
    equi    

  • Summary report w/over 90 summary elements

    Post Author: JackG
    CA Forum: Crystal Reports
    Using CR XI Professional edition ..... What would be the best approach to provide a summary report with over 90 different database element summaries from a SQL Server database?  I've created one document with all of the categories to summarize and also have started creating subreports to summarize the related report sections.
    Problem is, the data seems to get out of whack.  When I change selection criteria (only slightly) it can change a summary count in a whole other section.
    Any ideas?
    Thx.
    JackG

    Post Author: JackG
    CA Forum: Crystal Reports
    There are 12 'sections' (A thru U ... obviously not including all letters) to the report
    each section can have as few as 2 or as many as 25 summaries relating to that section's data/table source in the database.  In other words, section 'A' gets data from one table; section 'B' gets data from one or more tables ... and that's where it goes whacky. 
    each of these sections has been already 'built' in the MS SQL Server database by the stored procedures and resides in temporary tables that, again, i can't access because of the error mentioned previously.  And because of this restriction, I am trying to recreate the SQL process in Crystal ... and it's giving me fits!
    Here's a crude text of what the report looks like (exported from CR).  Each section's entries are labeled like  'B1', 'B2', etc.  The values at the end of the line represent the calculated (Running Total) value when the report is presented.
    JackG
                                         REFERRAL STATISTICS            Reporti        YTD                                                                    g Month A1  Total Number of Referrals from HHSS                               5                                   INITIAL REFERRAL CONTACT          Reporti        YTD                                                                     g Month B1   Total Number of Referrals Contacted                              5 B2   Total Number of Referrals Contacted Within 5 work days           3
    B3   Percentage Contacted Within 5 Days (# contacted within 5 days/r B4   Total Number of Referrals Scheduled                              5 B5   Total Number of Referrals who Showed                             2 B6   Show Rate (%) (Referrals who showed/referrals scheduled)
                                             CASELOAD SIZE              Reporti        YTD                                                                    g Month C1   Total Number of individuals served in EF Components             252                                    COMPONENT ACTIVITIES           Reporti       % = Ea                                                                    g Month    component /                                                                               total componen
    D1   Unsubsidized Employment (Total) (D23D3D4d7)                  168.D2   Unsubsidized Employment (30 hours a week or more)                84D3   Unsubsidized Employment (29 hours a week or less)                84D4   (A) Microbusiness Enterprise-(Total) (D5D6)D5   (gross wages minus business expenses/$5.15) (30 hours a week orD6   (gross wages minus business expenses/$5.15) (29 hours a week or
    D7   (gross wages minus business expenses/$5.15) (29 hours a week orD8   Subsidized Private and Public Sector EmploymentD9   Work Experience ComponentD10  On-the-job Training ComponentD11  Job Readiness Component                                           0D12  Job Search ComponentD13  Total Job Search/job readiness
    D14  Number of individuals in Job Search for (4) consecutive weeksD15  Number of individuals in Job Search for more than (12) weeksD16  Number of individuals in Job Readiness for (4) consecutive weekD17  Number of individuals in Job Readiness for more than (12) weeksD18  Total in Job Search/Job Readiness for (4) consecutive weeksD19  Total in Job Search/Job Readiness for more than 12 weeks - (???D20  Community Service Component
    D21  Vocational Training ComponentD22  Job Skills Training Directly Related to EmploymentD23  Education Directly Related to EmploymentD24  Satis. attendance at Sec School or Course of Study toward CertiD25  Providing Child Care Services to an Individual who is ParticipaD26  Post Secondary Education (State Only)D27  Other Activities (Others)
    D28  Total Component Services Provided for this monthTOTAL THAT MEET FEDERAL WORK PARTICIPATION RATE W/CORE AND NON-CORE HOURSE1   Percentage of Total meeting Fed work participation/Total indivi                                ENTERED EMPLOYMENT STATISTICSF1   Total Number Entered Employed 30+ hours per week                 12F2   Total Number Entered Employed 29 or less      4F3   Total Number of Entered Employment after entering Job Search Co   0F4   Total Number of Entered Employment within 90 days of entering    16Job Search Component 

  • Is it possble to attach the same report painter in several groups of report

    Hello,
    We have about twenty reports in a same library that must pe spread in 5 groups of reports.
    Is it possble to attach the same report painter in several groups of report
    Thanks
    Edited by: Hallouet_H on Jan 31, 2012 1:45 PM
    My problem is answered : Technical limitations to group of report (sapnote 387916).
    Report Painter Problem
    Edited by: Hallouet_H on Jan 31, 2012 3:11 PM

    A report could be attached to several reports group.

  • How to generate row numbering over several pages in PAGES??

    How can I generate row numbering over several pages in PAGES??
    e.g. Page1 1-35
    Page2 36-...

    Hi Labrat,
    My suggestion would be to create a Template in the Page Layout mode. This template would have a 1-column Table to present the line numbers and a Text Box for the Body Text. If you want the Line Numbers to stay in alignment with the Body Text, set the spacing for both to Exactly. Set the Table Cell Borders to None. The faint cell borders that you see in the following example are there because I am in View Layout mode. They will not show when printed.
    For my example I have used Format > Advanced > Capture Pages to create a Pull-down +Page option for a Numbered Line Page. You can Capture as many versions of your numbered pages as you like to avoid having to modify the Line Numbers on successive pages.
    Here's my example:
    Regards,
    Jerry
    Message was edited by: Jerrold Green1

  • Table: Span field over several rows

    Hi,
    It would like to display the entries in a table each in three lines
    +-----------------------------+------------+---------------+----------+----------------------+
    | Field 1                     Pause     Traveltime   Hours   Field 5             |
    |                                Task                                    Location           |
    |                                Description                                                  |
    +-----------------------------+------------+---------------+----------+----------------------+
    Is it possible to span one cell over several rows?
    Greetings, Vanessa

    Hi Vanessa,
    If you not really need a table, but more a tabular layout, you may consider using the RowRepeater control.
    This way you have total control how your 'rows' look like. You could for instance use a VerticalLayout in a RowRepeater cell to allow 3 items in a vertical layout.

  • Grid lines over audio tracks

    How can I view the grid lines over/thru audio tracks?

    Yea, that would really be a useful feature.
    My work around has always ben to put a blank track above or below (or both) the track being edited. That way I can see transients against the grid lines, as they appear above and/or below the region.

  • Disappearing report lines

    Post Author: blagdonman
    CA Forum: Formula
    Please help while I have some hair left!
    I have a report which operates on two linked tables named Events and Matches.  The report creates lines composed from several fields in Events and one field in Matches, lets call it "Title".  It was working fine while every record in Events had a valid link to Matches.  Things changed, as they do, and the link between the tables became optional.  So now, where no match is expected a zero value occurs in Events where the link to Matches would usually be.
    I replaced the required Matches field in the report with a formula that said (in pseudo code): if the link in Events is null or zero valued then return the string "No match exists" else return the value of the Title field from Matches.
    Much to my amazement this didn't work - the whole report line was blank, even the fields from Events didn't show up!
    If I re-jig the "else" part of the formula to output the string "A match exists." instead of the Title field then I see the whole line.
    As soon as I introduce the Title field back into the formula I get blank lines again even though, when the link in Events  is zero, I'm not processing that part of the formula that uses the field name!  I don't get it!  CR seems to look into the formula, see the reference to the field in Events and assume that I'm going to process it.
    Advice is welcomed, and necessary, to preserve my sanity.
    Thanks,
    J.

    Post Author: blagdonman
    CA Forum: Formula
    Thanks for your reply - here's a few comments:
    - I had only used the CR Database Expert and the Select Expert to set up table, record and field selection and to make sure the links were the right way round.
    - The relationship from Events to Matches is many to one (which is the opposite to what you thought).
    - I originally had an inner join from Events to Matches.
    - I used the CR Database Expert to change to a Left Outer join (you had given the hint) and it worked.  The whole thing now turns out exactly as I want it.  The only remaining problem is that I'm not sure why!
    Thanks for your interest and help - we did it!!!!
    Regards,
    J.

  • My wife and I have made many purchases over several years on seperate accounts, how could we join them into one account, without losing everything?

    My wife and I have made many purchases over several years on seperate accounts, how could we join them into one account, without losing everything? We both use Iphone 5's and share an Imac at home.

    Purchases using one Apple ID cannot be merged or transferred to another Apple ID. Purchases are forever tied to that Apple ID used. You have to decide which Apple you want to use for purchases and stick to that Apple ID so that you can share: Settings > iTunes & App Stores > Apple ID : > use the same Apple ID here to share purchases.

Maybe you are looking for