Repeating frame problem

Hi,
I've Matri with group report which prints 'region' level data in Repeating frame (down).
But, for the Last region of the report, the report is prinitng twice the data. I observed this problem when I have more than one 'region' level data and then for the last region data in that.
( means, if there is only one region data, it's not priniting twice, rather priniting fine).
Please suggest anything on this..urgent a bit..
Thanks,
Ratnakar

Hi,
Do one thing, place a group frame around repeating frame , sure it must be of size to occupy 3 or more reocrds generated by query. Below this group frame , place additional fields you want to appear below . Remember to keep vertical and horizontal elasticity fixed for this group frame.
Adinatn Kamode

Similar Messages

  • Repeating Frame Problem - please guide

    Dear Gurus,
    I am developing a report in reports 6i. The structure of report is something like this.
    M1
    R1
    f1
    f2
    R2
    M1 is a fixed frame containing all other elements. R1 is repeating frame containing
    2 fields and one repeating frame.
    Now while printing records of R2 overflow to next logical page. that's fine but space of f1 and f2 also get repeated on to next page.
    To give an analogy :-
    Purchase Order Report
    po number - f1
    supplier - f2
    po lines -r2
    next page
    empty space present ( equal to the required fields r1 and r2 )
    po_lines
    Now point is i want the Po lines to continue without the space for fileds for f1 and f2 repeating.
    and yes i kept vertical elasticity for M1,R1 and R2 as variable.
    How can i solve it.
    please guide.
    regards ravi

    Print Object on property it is "First Page". the structure is like
    <code>
    M1
    R1
    f1
    f2
    R2
    </code>
    Problem is when r2 overflows to next page, the space for f1 and f2 is also there on next page. What i want is content of r2 should come at the start of the page rather than at the location where its fixed when it's overflowing to next page.
    regards

  • Large Repeating Frame Problem

    Dear All:
    My problem is as below:
    I need to draw a large repeating frame ( sized 8 inches x 38 inches) and print it out using A4 paper (sized approximately 8.5 inches x 11 inches) via PDF format in Acrobat Reader. The problem is the report print out to be so small in order to fit the A4 size.
    Is there anyway to fix the Layout Model Body Section as A4 size and at the same time include a repeating frame in the report body which sized larger than the layout body?
    Thank You.
    Regards;
    Jessie

    Jessie,
    Check the "Horizontal Panels per Page" property, in the "Main Section" node of "Layout Object" (in the Object Navigator window).
    I believe this will solve your problem.
    Pedro das Neves
    ([email protected])

  • Please suggest problem in increasing height repeating frames

    Hi,
    in my report normally up to 100 are printed. i setted the vertical elasticity as expand and horizontal as fixed.
    but while priting, in vertical, it is contracting if date is too short enough and expanding when dat is large enough. But what my requirement i want to specify the height of each field in repeating frame fixed. i.e. 3 centimeters and it should be same for all records printed on page and on each logical page and i want to print maximum 8 records per page becoz my print page size can hold maximum 8 records and each record at 4 lines. And even if the data is short enough it must not be contracted, if data is one line,and the remaining space that is in 3 cemtimers should be left blank and it must to go to second record. That is in fixed heigt of record repeart frame i want to print the data. If data goes more than 3 centimetres then date must be truncated. I did not find any height to set this property in Repeating frame property.
    please suggest solution'
    thanks in advance
    prasanth a.s

    Hi Prasanth,
    Enlarge the Repeating Frame height to say, 3 centimeters in the layout.
    Set the Vertical (& Horizontal as well) Elasticity of the repeating Frame as Fixed.
    In the Property Palette of Repeating Frame, set Maximum Records Per Page to 8 and Set Page Break after property to Yes.
    This will solve ur problems.
    Have a nice day...
    Raja Angamuthu B

  • Problem with delimited output in repeating frames - urgent

    I have two repeating frames one below the other. The problem is that unless there are two rows or more that result in the first repeating frame, it does not appear in the delimited output file. What is going on here ? Is it a bug ?
    This happens only when I use generate to file -> delimited option. The report work fine using the previewer.
    Any thoughts? Thanks in advance.

    Now I have reports 6i (6.0.8.22.0). I believe it is patch 13. I still have the same problem. I still do not see the "delimiteddata" option. I only see "delimited" option. Someone told me that there is a new, "delimiteddata" option with patch 11 and higher. Also where can I find new documentation that shows the new desformat.
    tHANKS

  • Problem with graphs on repeating frames

    Is it possible to use graphs showing correct data within repeating frames?
    We experienced problems with graphs within repeating frames, each occurrence of a graph shows the same picture (using data that corresponds to the first frame).
    Tnx in advance.

    Sounds like the source data for the Graph is the wrong Group.
    Dave

  • Problems accessing parameters within repeating frames.

    I hope this is a more readable version of the problem I just submitted.
    This is the overall layout of a report I am currently working on
    and having problems with, using Oracle Reports 6i.
    Departments Commitments Obligations
    Dept 1 - Dept 1 Title
    RCC 1 - RCC Title
    RIC
    Non-pay by RIC 308 1 1
    Non-pay by RIC 438 1 1
    Non-pay by RIC 514 1 1
    Subtotal 3 3
    Pay by RIC 514 2 2
    Total RCC 1 5 5
    RCC 2 - RCC Title
    RIC
    Non-pay by RIC 308 1 1
    Non-pay by RIC 438 1 1
    Non-pay by RIC 514 1 1
    Subtotal 3 3
    Pay by RIC 514 1 1
    Total RCC 2 5 5
    Dept n
    Total Dept 1
    Non-pay by RIC 308 2 2
    Non-pay by RIC 438 2 2
    Non-pay by RIC 514 2 2
    Subtotal 6 6
    Pay RIC 514 4 4
    Total Dept1 10 10
    I use a format trigger to calculate the data for
    Non-pay by RIC 308 (the most inner frame).
    If (:RIC = '308') then
    Return (True);
    Else
    Return (False);
    End if;
    And I do something equivalent for the other two RICs, RIC = 438,
    and RIC = 514.
    With this approach, I am able to calculate subtotals and totals
    for all the RCCs for each Dept.
    I work one frame at a time, from the inner frame to the outer
    frame.
    My problem is to get the Total Dept section at the end of each
    Department.
    Total Dept 1
    Non-pay by RIC 308 2 2
    Non-pay by RIC 438 2 2
    Non-pay by RIC 514 2 2
    Subtotal 6 6
    Pay RIC 514 4 4
    Total Dept1 10 10
    I get a frame error when I try this code in a format trigger
    If (:RIC = '308') then
    Return (True);
    Else
    Return (False);
    End if;
    I know this trigger fails because I am trying to reference the ":RIC"
    parameter that is in a different repeating frame.
    How can I check for the RIC at this level?
    Is there a better way to tackle this problem? Any suggestions?
    Thanks,
    Carlos

    Sounds like the source data for the Graph is the wrong Group.
    Dave

  • Layout problem - multiple repeating frames

    Hi, I have a layout problem, pls help!
    Short report description:
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    - - - - .. other repeating frames ..
    When reaching the bottom of a page, and there is not enough room to print a record for Repeating frame 2, a record from Repeating frame 3 is printed in the bottom.
    Next page starts with the remaining records from Repeating frame 2.. and then the remaining records from Repeating frame 3.
    For example:
    Page 1:
    Rep frame 2 - Record 1
    Rep frame 2 - Record 2
    Rep frame 2 - Record 3
    Rep frame 3 - Record 1 -- not enough space to print Record 4, so this record is printed
    Page 2:
    Rep frame 2 - Record 4
    Rep frame 2 - Record 5
    Rep frame 3 - Record 2
    How can i ensure that all records from Rep frame 2 is printed before records from Rep frame 3?

    Hi, thanks for helping me out!
    I tried to use anchors, but they had no effect when connecting top of 3 to bottom of 2, got the same layout.
    I then tried to create frames with vertical elasticity expand around both rep frame 2 and rep frame 3, and it seems to do the job.
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Frame 4 - vertical elasticity expand
    - - - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Frame 5 - vertical elasticity expand
    - - - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    and so on..
    Thanks again

  • Repeating frame spacing Problem in Reports 6i

    I have a Matrix with Group report. Now I have two sections (one is matrix section, second is Grand totals section).
    After I run the report layout ,Matrix section data (repeating frame) is appearing at one spacing but the other repeating frame in Grand Totals - appears in the same page (below the Matrix data section) with different spacing and aligning.
    I’ve attached the output of the sample report. You can find the aligning/spacing problem between Matrix data (one repeating frame) and Grand Total data (another repeating frame)
    This is the problem, I have tried changing all the properties, but all in vain. I feel that the repeating frame in Grand Totals appears exactly at the same position as the first one.
    Please help...
    Ratnakar.

    Hi,
    There are no such limitations with Reports. If I understand properly, you run the Report twice, in each run, you are trying to execute different query, and you generate two dilimited Reports output files? This should work fine. Try out the latest Reports 6i patch-10 for this. You can even approach Oracle Support with your testcase. FYI, with Reports 6i patch-11, a new feature "dlimited data" is introduced which will give delimited output with a data dump i.e it would not be dependent upon the Reports layout. You can probably try out this new feature also.
    Thanks,
    Rohit Hi Rohit,
    Thanks for the information.
    well I am generating single output file on each run .
    the problem is somewhat funny.
    I have build query2 in data model after query1.
    query 1 is giving me correct output both in .PDF and delimiter version.
    But query2 is giving me 0 byte file for delimiter version although in .PDF it is running fine.
    When I took out query2 to another module it is running fine for both.
    I hope this make sense.
    Moreover if u still not clear about the problem and thinks that u can help me out please send me ur mail id so that I can send you the RDF copy.
    Thanks
    Mohit...

  • Repeating frame position problem!

    HI!
    This is bothering me two days and i can't figure it out.
    I have 4 repeaitng frame hierarchly:
    R_frame_1
    R_frame_2
    R_frame_3
    R_frame_4
    4 th repeating frame is a problem because on the first page is everything ok
    data1 data2 data3 data4
    but on second page where data is continued it goes left out of the paper
    data 3 data4
    When on second page repeating frame goes from the begining then is again ok.
    Example
    Page1
    SOME TITLE
    data1 data2 data3 data4
    data1 data2 data3 data4
    Page 2
    data 3 data4 <---- WHY?
    SOME TITLE
    data1 data2 data3 data4
    data1 data2 data3 data4

    Thank a lot dear :)
    By the way I have Frame B which is inside Frame A, when I add a new column on B it goes to A. What trick should I do here please.
    Maybe I adding is not the proper way? How do I associate a column to which frame does it belong? I can not see it on property pallette.
    Thanks again

  • Repeating frames...simple problem

    I am new to Oracle Reports and have run into a simple issue which I am not able to fix.
    Suppose that I’ve a table Numbers as shown below:
    SQL> desc numbers
    Name Null? Type
    COL1 NUMBER
    SQL> select * from numbers;
    COL1
    1
    2
    3
    4
    5
    Now I want to build a report manually(not using the wizard).
    In the datamodel I’ve given the query as (select * from numbers).
    In the layout model I am having one field and a repeating frame pointing to the group of the query. When I run the report it shows
    1,2,3…on different pages but I want all of them on the same page. I am not sure which property to set, I’ve tried the maximum records per page for the repeating frame but it doesn't help!
    If I build the layout using the layout wizard then I am able to achieve the desired results but I'll still like to know which properties exactly control this behaviour.
    Thanks in advance.
    Regards.

    Three ideas -
    Your repeating frame is as large as a full page and the elasticity is set to fixed.
    You have page protect set to on.
    You have a page break set before or after.
    Easy enough to create the two reports and compare the properties in the property palette.

  • How to make an order on repeating frame using Formula Column?

    Hi All,
    I have a repeating frame dependent on some query, how to make an order on this repeating frame using a formula column defined in its group and dependet on values from the query?
    Note: I'm using Reports 6i

    Place your formula column at the top of the itm group and set the BREAK_ORDER to assc.. or desc...
    Hope this helps
    Hamid
    if problem solved, close the thread.

  • How to get the number of rows in a repeating frame ?

    Hi all,
    When I launch a report from forms then sometimes there are data in the report and sometimes there are no data. And the problem is that when there are no data then the frame containing the repeating frame is still displaying and a blank page displays on the report.
    So I want to get the number of rows from the repeating frame so that I can code a format trigger on the frame to display or not the enclosing frame depending on the existence of data from the repeating frame.
    Thank you very much indeed.

    Dear Friend,
    You can achieve this. Define a summary column (say cnt). Select summary type as "COUNT". select any one of columns that are getting displayed in your repeating frame as summary column and provide "reset at" group name (or set this to report if you are defining this field at report level) . This "cnt" variable will contain how many records that will be fetched for your repeating frame (i.e. Group of Repeating frame). You can use this "CNT" variable in your format trigger.
    In this case there is no need to write before report trigger or anything.
    Regards,
    Manish Trivedi

  • Repeated Frames at the end of clips

    I have a MacBook Pro with the adobe premiere pro cc 14, but I noticed this problem is CS6 also. The problem is this: Say I have two clips in the timeline that are connected (Clip A, Clip B).
    If I alter Clip B in anyway (change scale or position, or simply remove it from the timeline) the first frame of Clip B will remain at the end of Clip A. So, when I execute the playback function I can see a quick flash of Clip B at the end of Clip A.
    Here's what I've tried:
    I tried rendering the files--didn't work.
    I tried simply trimming the repeated frame off--didn't work.
    Here's what did work.
    There's a straight line that goes through every clip, I don't know what its called but I think it has something to do with the speed, I would drag that from say 100 to 96.55. The video would have the red render bar above it, and the repeated frame would disappear.
    HOWEVER, in my current project  I have serval repeated frames in a blank space where there are video clips, so the previous method can not work.
    What the heck!?!?!
    Thanks

    What are these clip exactly
    Please post a screendump in treeview.
    MediaInfo Mac 

  • Printing order of pages in case of multiple repeating frames

    Hi,
    I am developing a custom invoice report with layout (everything included in main section) spread across 2 pages.
    The whole of first page (invoice document) is in one repeating frame and the other page (support document which is a matrix) is in another repeating frame.
    When printing for multiple invoices I want the support document to be printed along with each invoice. Currently all the invoices are being printed together and the support documents are printed together.
    Is there any solution for the above problem?
    I tried the following
    -Including the support document in the trailer section
    -Including the whole report in one single repeating frame, but this doesn’t work for me as there is a header part in the invoice which should not print on support document
    -Increasing the vertical panels to 2, but this is resulting in blank pages
    Thanks in advance.
    -Srikanth

    I am sorry for the all the trouble, I guess I was not clear. I will try to explain how the frames are now and how the output is.
    Below is how the frames are alligned in the object navigator
    M_1 (Main Frame)
    -- R_1 (Main Repeating Frame)
    ----M_HDR_INV (Header frame)
    ----M_INV_LINES (Invoice Lines
    ----M_SUMMARY (summary details)
    Currect output
    INVOICE Page 1
    Header
    lines....
    INVOICE Page 2
    lines....
    SUMMARY Page 3
    Desired Output
    INVOICE Page 1
    Header
    lines....
    INVOICE Page 2
    Header
    lines....
    SUMMARY Page 3
    Let me know if you would like to see the copy of my rdf.
    my email is [email protected]
    BTW I am using reports 6i.
    Thanks

Maybe you are looking for