Headers/labels in repeating frames

Hello,
I am able to print a repeating frame accross/down, but I would like to print column headers for them, as well as a side header (used to describe the whole set of data in the accross/down frame).
In any case, I just want the column headers once at the top of each column. Plus, if no records exist, I don't want ANY of the headers, (side or top) to print.
Simplified example below.
Period Description Period Description Period Description
Classes 01 Math 02 English 03 Science
Added: 04 Geography

You're really describing a matrix report with column & row labels. It's easiest just to modify the data model to convert your data into a matrix rather than trying to create a matrix using across/down repeating frames yourself.
To stop everything printing, place a frame with a format trigger against it which returns "false" if no rows are returned.

Similar Messages

  • Repeating frame not appearing

    Hi,
    I have created a report.
    I placed some labels and fields on the repeating frame. For that repeating frame i have assigned one group.
    If the group (query ) results in records it is displaying fine. But when it results zero records the whole repeating frame is disappearing. Not even labels are appearing. What could be the problem.
    If it results zero record it should display the lables and feilds with no data.
    How can we do it?
    thanks
    Kalyan

    Steve is correct on this one - that is the intended result. What you could do is this - create 2 exact layouts. Keep the first layout as it is, but for the second, just create a regular frame, and labels (no repeating frame).
    Create a format trigger for the frame that references a placeholder column counting some element in your query (like # of employeees...etc). In the format trigger do this:
    If :cp_count = 0 then
    return (true);
    else return(false);
    end if;then if there was no data, your second frame would print with just the labels. Just an idea, but play around with it.

  • Text/Label issue - being repeated for every record inside repeating frame.

    Hi
    I have a small issue:
    In the repeating frame, the label (text) for the column is being repeated for every record. How may I have the text (label) appear just once and not for every record?
    Thx!

    Move headings outside of the repeating frame.

  • Headers at top AND bottom of a repeating frame.

    I've created a simple report through the Oracle Reports wizard. It created column headings which are on at the top of each page, and the repeating frame which spans several pages. What I am now trying to add are column "headings" which are at the bottom of each page. Similar to the Headings that are defined above the repeating frame, but under the repeating frame.
    Problem is, the repeating frame spans several pages, but the "Headings" at the bottom are only showing on the last page. I do have the preferences set to All Pages. I can get all sorts of things to work and print on each page ABOVE the repeating frame, but not on each page BELOW the repeating frame.
    Something simple?

    Header, Main and Trailer section are something completely different. They have nothing to do with header and trialer on a page, but are completely different sections of a report (like having an introduction letter in the header section, and the report in the main section).
    If you want to do what you want, do this:
    - In the layout editor, expand the group frame (GF) around the repeating frame to almost the height of the page.
    - Set the vertical elasticity of GF to Fixed.
    - Copy the header group frame and it's text fields to a position outside GF. Rename it to Footer group frame (FGF).
    - Drag FGF and it's items to a position below GF.
    Hope this is clear.

  • Heading for repeating frame (horizontal) to appear just once - How?

    Hi
    I have 3 queries that represent 3 different levels. Each level is displayed one above the other. Example
    Level 3: <field3 from query3>
    Level 2: <field2 from query2>
    Level 1: <field1 from query1>
    In the output The level labes are displayed as many times as the values in the fields. Example Level 2 is displayed twice if query 2 returns 2 rows.
    Level 2: <row1 from query2>Level 2: <row2 from query2>
    This is because I have field and label for Level within a repeating frame. Is there a way that I can suppress Levels being dispalyed multiple times and display just once in the beginning?
    I cant put the Labels outside of the repeating frame because the levels may vary (there may be 1 level or two or all 3 levels depending on input).

    Are these 3 queries independent of each other or linked with Data Link?
    If these are linked with each other, then try the following:
    Try using summary column (count) for each query and put a format trigger on the labels. If count is <> 1, hide the label.
    Hope this helps.

  • Frame overlaps repeating frame when I run the report

    Hi
    I created a report manually. On my designer, I have a frame, on top of which I have a repeting frame with all the fields and labels etc. However when I try to run the report, I get the frame on the top as a result the information on the repeating frame is hidden and report comes out to be blank. What am I doing wrong here?
    Any help?
    Thx!

    If you have frames positioning like this, the bottom frame could take place of the top one:
        |             |
        |             |
    |             |
    |             |
    --------------<br>
    <p>
    Solution is, move both to the left. If its not feasible, other solution is create another outer frame for the first one and maximize that to the left and don't show borders for that frame.
    </p>
    <br>
    Hope this helps.

  • Make the contents of the repeating frame appear even if its empty

    Hi all,
    how can i make the contents of a repeating frame (like the labels) even if the query doesnt return anything ??
    Regards,
    Rafael

    Hello,
    Here is the Forms forum. You would have more chances to get an answer by posting on the Reports forum.
    FRancois

  • How to make the contents appear of a repeating frame even if its empty

    Hi all,
    how can i make the contents of a repeating frame (like the labels) even if the query doesnt return anything ??
    Regards,
    Rafael

    Move labels outside the repeating frame.

  • Horizontal repeating frame

    Hello all,
    I am using oracle 9i forms and report.I have created one report in oracle report builder,that report alignment is perfect .the output of report like this.
    1 2 3 4 5 6...........................................................31.
    it is coming rightly on report builder but when i open in pdf it is coming with different lines but need to display in one line.
    i am used horizontal repeating frame for print 1....31.Is it any configuration required on report server. kindly help me.

    Are these 3 queries independent of each other or linked with Data Link?
    If these are linked with each other, then try the following:
    Try using summary column (count) for each query and put a format trigger on the labels. If count is <> 1, hide the label.
    Hope this helps.

  • How to get the values from repeated frame?.

    Hi
    how to get the values from repeated frame?. i have to disply the first 3 digits in another place in my report.
    i have field empno in repeated frame and i want to disply first 3 digits in another place in the same report.
    thanks

    How often do you need to display it? It sounds like you might want to base a summary on that formula with a function of first or last. If it's a per page basis, it can be a page level summary. If it's at a higher level repeating frame, then you can create the summary at that level. I'd suggest taking a look at the online help for summaries using the first/last functions.
    Hope that helps,
    Toby

  • 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 fix objects below repeating frame?

    hello all! I wonder how to fix the last elements such as signature area of a sale order report to the bottom of the last page?
    i find the area always appear closely after the detail lines...i don't want this
    Thanks for any help!

    hi philipp!Thanks for your reply.
    I am meaning that a have some text objects lower than a repeating frame which height is variable and i want to have the distance between the text objects and the bottom of the page to be fixed,instead of varying according to the height of the repeating frame.The text objects and the repeating frame are in a same container frame so i can't set the vertical elasticity of the frame to fixed.
    Any idea?

  • How can I add a field to a Repeating Frame in the body of a 9i Report

    How can I add a field to a Repeating Frame in the body of an Oracle 9i Report whose source is in a higher group?
    I want to change an Oracle 9i report. The report has no header or trailer but only a body. The body has the parent frame fields & a repeating frame with four fields, A, B, C & D. They all seem to be in one group. I want to add another field E to the repeating frame whose source is from the 'header'.
    I added the field & created a boiler plate & then added the new field, E to the original group A, B, C & D. In the Property Inspector for the field, I pointed the source to the source column in the main query. However, when I run the report, I receive the error "Invalid body size". Some notes on Metalink indicate that this could be due to margins being out of the printable area.
    Moreover, after making the changes & after having unsuccessfully run the report, when I try to open the Page Layout for the report, I get no details.
    Thanks,

    Hi,
    i also got same query can u pls tell me elaborately, if u can can u pls send some code.
    Thanks & Regards
    Jagadeeshwar.B

  • The same repeating frame ,but do not display in the same page

    i create a report,with the same repeating frame,some of its content show in one
    page,others in another page,why??
    how to solve this?

    hi,
    try this code.
    ls_fieldcat-fieldname = 'LIFNR'.
    ls_fieldcat-seltext_l = 'Vonder'.
      ls_fieldcat-key = 'X'.
      ls_fieldcat-fix_column = 'X'.
       ls_fieldcat-outputlen = 12.
      append ls_fieldcat to l_fieldcat.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         IT_FIELDCAT                        = l_fieldcat.  " Pass the fielc cat here
    it must work.... and check out thels_fieldcat-fieldname  again.. you have to give the correct fielname in uppercase inside ' '.
    thankyou.

  • Is it possible to show the same repeating frame in 2 columns?

    Hello, and thank you all in advance for any help!
    Here is the situation:
    I have simple report with 1 repeating frame and 3 data columns in it.
    I want to be able to have a second column on each page that continues the data from the repeating frame. That is to say, one the left the data would go from top to bottom like normal, then instead of going to page 2, it would go into a column to the right on the same page.
    The repeating frame is small enough to fit at least 2 of them horizontally.
    I cannot seem to find the way to make this layout work. Is it possible?
    Thanks again,
    -Arin

    Nevermind everyone!
    I got it to work with Print Down/Across...silly me.
    Thanks anyway!
    -Arin

Maybe you are looking for

  • PO data extraction from ECC to BI in Classic vs extended classic scenerio

    HI guyz, In my project, we are using exteneded classic scenerio for our srm implementation where we fetch shopping cart, purchase order and confirmations data from srm system and invoice data from ecc system BI. also its succesfully running in produc

  • Steps in payroll processing

    Dear All, Can anyone tell me the steps involve in payroll processing. Regards, Kumar

  • Can't change external editor. Why?

    I use iPhoto 6.0.3. I have Photoshop installed and was using it as the external editor in iPhoto. I've not bought and installed Photoshop Elements 4 and installed it. If I Control click on a photo in iPhoto, the only option I still have is Photoshop.

  • HT203244 changing header color in safari

    IS IT POSSIBLE TO CHANGE FONT SIZE AND OR COLOR IN THE HEADER(S) IN SAFARI ..? MY EYE SIGHT IS POOR AND LARGER FONT WOULD HELP. TRIED THE ACCESSIBLITY OPTIONS WITH LITTLE HELP

  • TREX Index creation help for Bex Portfolio folders

    Hi I have created a TREX search index on a folder structure within our BI Bex Portfolio. The problem that I am enountering is that the index will only pick up documents and links created within these folders and it does not seem to index publshed lin