Repeating Frame Repeat Across Colour Change

Hi
I have a frame which repeats across 4 time
ID NAME | ID NAME | ID NAME | ID NAME |
What I want is to have columns 2 and 4 to be grey background and columns 1 and 3 to be white.
How can I do this? Is it possible?

Hello,
Take a look to the thread "Changing background every-other row"
Re: Changing background every-other row
Regards

Similar Messages

  • Using a Separator in a Repeating Frame - Solved (Sort of...)

    Hi Folks,
    I've got a report with a repeating frame going across it. I want to put a slash ('/') between the entries but NOT at the start or end so it looks like:
    Acceptance Test/Before Use Test/After Use Test
    Is this possible in Reports and, if so, how can I achieve it? There's nothing obvious about it on these forums or on MetaLink...
    Thanks,
    Simon.
    Message was edited by:
    SAFC 1973

    Hi ,
    those entries are fields for repating frame right?
    ok then,
    2 ways to do this.
    1)
    take bioler plate with text '/' for the required columns you want to seperated in the layout.
    2)
    concatenate the columns with '/' in the query itself for the required clumns u want
    in the data model
    try with this.
    --Basava.S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Repeating frame with anchor

    Hi all,
    I have a repeating frame in a report and it is anchored to a text field object (variable height). This repeating frame is Across/Down mode, but its behavior is like a Down mode repeating frame. Could anyone help me?
    Att.
    Diogo Domanski de Souza
    PS: I've already verified the width of the repeating frame and it fits twice per row.

    For easy to illustrate, let's call the variable height text field F_1, and repeating frame R_1. When you anchor from R_1 to F_1, the position of the anchor is very important and it affects the location and formatted size of R_1.
    For example, if the anchor starts on the left-top corner of R_1 and ends on the left-bottom corner of F_1, that means formatted R_1 and F_1 will anchor together with 0% on the left of F_1 and 0% on the left of R_1 from the original position. In this case, you should see two columns per row.
    If the anchor is in the top-middle of R_1 and bottom-middle of F_1, that means formatted R_1 (which has different width than you see on the layout model because it could expand across) and F_1 will anchor together from middle of R_1 (50%) to middle of F_1 (50%). Because of the anchor condition, you should notice even the left position of formatted R_1 would be different than on the layout model if R_1 still can contain more than one column.
    In summary, the anchor is defined based on the percentage of formatted object. Once you understand that, you can adjust the position of the anchor to achieve what you want.
    Hope this helps.
    Thanks,
    -Shaun

  • Item Display one in Repeating frame

    I have a repeating frame in this frame 3 items which are repeating 3 times Now is that possible that repeating frame repeat these item only one time.
    Like when we use form there is a item property --> RECORD -> "No of Item Displayed" = 1

    hello
    i think u get 3 times data in ur query so report display 3 times that data.
    So u have to write unique in ur query.
    ok Enjoyyyy

  • Footer for a report with 2 repeating frames with down/across print directio

    I have a report with a frame for title shown in first page. the content of the report is shown on two columns in a repeating frame(R2) which enclose an other repeating frame (R1). In R2, just after R1, I have a frame for totals. Both repeating frame have down/across print direction. All repeating frames and title frame are enclosed by a regular frame(let say frame A) that have vertical elasticity fixed. at the end of the report i must display an other frame(frame B) with signatures. I put frame B in frame A, just after R2. If I set vertical elasticity to fixed or contract for R2, when the title frame is missing i get an empty space in the bottom of the page(except the first page, where the title appear)(R2 is anchored to title frame). if I set vertical elasticity to variable for R2, the frame B is not shown on last page with records, but in next page. I need a solution to keep the frame B in last page of the report which have records. the problem appear only when I have records in second column.
    Can somebody help me, please?

    Hi,
    I think without using Across/Down instead of Down/Across this is not possible. But then the output is
    1 2 3 4
    5 6 7 8
    If you need to have
    1 3 5 7
    2 4 6 8
    then you had to add some logic in an additional column for sorting the output. (sounds easy, but the logic need some work depending the count of records and their position.
    Regards
    Rainer

  • How to indent the 2nd rown in an Across/Down repeating frame

    Hi Everyone,
    Lets say I've a column which is storing alphabets as shown below:
    col
    A
    B
    C
    D
    E
    F
    Now I want to print these in a report as shown below...
    A B C
    D E F
    Basically I am using a repeating frame which is set as 'across/down' and I want the second or every new row to be slightly indented towards the right. Has anyone does this before? Let me know if anyone has any pointers.
    Thanks in advance.
    Message was edited by:
    Jassing

    Sorry, in the above post somehow I lost the indentation for the second row of 'D E F' which I wanted to show. Seems this window doesn't support it too :).
    Jokes apart....please let me know if we can perform any indentation in an 'across/down' repeating frame for the second or subsequent rows.
    Message was edited by:
    Jassing

  • How to set the Title twice for Down/Across Repeating Frame?

    Hi All,
    I'm using a repeating frame with Down/Across value for Print Direction Property, and make it's size small enough to show the data twice in columns.
    But how to specify it's titles? Even it is shown once or twice?
    If the data is shown once I need to show the titles once and if the data is shown twice I need to show the titles twice
    Don't hesitate to ask me any thing if there is something not clear please!
    Note:
    I'm using Reports 6i.

    So, you would like it like this?:
    | title | title |
    | no. 1 | no. 2 |
    |       |       |
    | no. 3 | no. 4 |
    |       |       |
    -----------------I don't think tihs will work, since the title above the repeating-frame will never know about the number of columns.
    If your repeating frame has horizontal- and vertical-elasticity = fixed, you could do it like this:
    | title | title |
    | no. 1 | no. 2 |
    |       |       |
    | no. 3 | no. 4 |
    |       |       |
    -----------------You then have to create a format-trigger on "title" with the following code:
    IF( mod( :rownum, 4 ) IN ( 1, 2 ) )
      THEN
        return( TRUE );
    ELSE
      return( FALSE );
    END IF;The "4" stands for the max number of repeating-frames per page, the "1, 2" means the number of columns per page.
    Regards
    Markus

  • 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

  • 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

  • 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 

  • Repeating Frames

    In my report, my query is a 184 column table. Select query is also a 184 column table.
    There are Repeating frames in my layout editor, each contains 10 columns. From the 2nd repeating frame onwards, the page break before property is "Yes". Now if, for the 1st repeating frame there is data (10 columns only) Then the rest of the page is blank. All the page break before property is "Yes" How do I avoid these blank pages
    null

    If you want a page break between records in the change of group mentioned, set the number of records per page property to 1 (it should currently be zero).
    Remember that the page break after property is related to the anchoring object and is not immediately obvious what it is doing. Try setting it back to no.
    null

  • Page Breaks in Repeating Frame's

    In my report, my query is a 184 column table. Select query is also a 184 column table.
    There are Repeating frames in my layout editor, each contains 10 columns. From the 2nd repeating frame onwards, the page break before property is "Yes". Now if, for the 1st repeating frame there is data (10 columns only) Then the rest of the page is blank. All the page break before property is "Yes" How do I avoid these blank pages

    Hi,
    the "page break" properties are only active in parent-child relationships. So if your frame1 is not expandable vertical, frame2 is no child object ob frame1 and so the property page break after of frame1 is not relevant for frame2. So change your layout, that frame2 is child of frame1 and frame3 is child of frame2, then the page break after will run as you expect. You can do this via the property vertical elasticity or via using an anchor between the frames.
    Regards
    Rainer

  • 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

  • Repeated frames when time remapping AVCHD clips in AE

    I will try to explain the best I can. Keep in mind I am a novice and by no means highly technical. First some background: I edit sports video for college bound athletes. I put together highlight videos for them. When I am filming I start/stop the camera at the beginning/end of a play so I can easily identify/edit "clips". I have imported 10 AVCHD "clips" from my Sony HDR-SR11 to a Premiere Pro CS4 project. I am using the "AVCHD 1080i anamorphic/29.97fps" sequence setting as my output for this project will be a 1440x1080 mepeg2 file. So I get my clips in the timeline add some transitions, no major edits, render the work area and playback. Everything looks fine, all clips play smooth. Now here's the rub. I want to freeze play, highlight an athlete then continue play. To do this I am using AFTER EFFECTS (NOTE I have done this with HDV footage off my Canon HV20 camera with no problems) so anyway with the new CS4 edition I can right click on a clip in my timeline and choose "replace with after effects composition"....I do and the clip migrates to AE into a a composition ready for me to work my magic. So my method for freezing play is select the "clip" in the composition, Ctrl-Alt-T for time remapping. I add 5 seconds to the duration of the composition since I am going to add time when I freeze the clip. I find the point in the clip where I want to freeze it. I place a "time remap" keyframe at that point. I then drag my mouse to highlight the keyframe I just placed and the keyframe at the end of the clip......I drag them to the right 2 seconds, then cut/paste the keyframe I added which is placed by the CTI (which is still at the original point). Now I have a 2 second freeze in play. I add a white solid and do some masking to highlight the athlete during that freeze. And that's it.....I press "O" then "N" to define the work area then I choose "trim comp to work area" from the composition menu. I repeat this process to all my clips and here is where I see the problem. I go back to my timeline in PP and I play the clips......I see my freeze/highlight edits from AE just fine but on SOME clips......2 out of 5 for example.....I get jittery playback. So I decided to scrub thru the clip frame by frame to see what is going on. So within 29 frames this is what I see. Girl is getting ready to serve a volleyball....Frame 1-15....she steps forward to serve THEN at frame 18 she pops back to the starting point...IT LOOKS LIKE FRAMES 1-12 ARE BEING REPEATED. I scrub the rest of the clip and this happens at random points....a small block of frames gets repeated throughout the clip which in the end looks like "jitter" or "jumpy" motion. I follow the same workflow in AE for each clip BUT this "jitter" does not happen on every clip...only some. So is my workflow at fault or is AE/PP/Adobe still buggy when it comes to working with AVCHD codec?? Anyone else experience this, if so do you have a fix?

    I haven't tested your theory yet Andrew but I did do this. In trying to track down exactly where these repeated frames are occurring. In AE I redid one clip that was repeating frames. I went frame by frame in AE and see no repeated frames. These changes should occur automatically in PP since the AE comp is still dynamically linked to my PP timeline. So I scrubbed the "source" (AE comp) file from the PP project panel frame by frame. And low and behold there are repeated frames, so it appears the problem is the handoff from AE to PP Sooooooo, ok I deleted the source file in the PP project panel and reimport it via dynamic link. Open the clip in the source monitor and yes...repeated frames at same point....recheck the comp in AE....no repeated frames. Delete the clip from PP project panel and this time import the clip directly instead of dynamic link.....repeated frames still there. So how about rendering the clip in AE the old fashion way then import to PP. AE Render Queue best settings - lossless.....blah blah blah. I ended up with an .avi file with no repeated frames. So to me the problem is the handoff between AE & PP. So rendering my AVCHD comps in AE first is my work around for now. Andrew...thanks! I will try your theory of converting the clip prior to the comp asap...right now I am trying to meet a deadline.

  • Setting background image for repeating frame in .pdf report

    Is it possible to set a background image for a repeating frame, and more specifically for a repeating frame rendered in .pdf?
    I do not see any standard property in the navigator for images of any sort and the documentation touches only on setting background images for graphs, which is not the intent in my case. I -did- add an HTML table property background="myimage.jpg" but the report is ultimately generated in .pdf format and I was not surprised to see that the image was not rendered.
    Does anyone know if setting a background image as described is even possible, and if so, how? A second but less optimum solution would be setting the image as the background for all report pages, again in .pdf.
    Many thanks.

    Hi Raj,
    Yes you can have an image in the background. Thats possible if you are using XML forms as an iview or ivew dev in WebDynpro...
    Also check this [link|regarding background color change in iview]
    Regards,
    Piyush
    Reward points if this helps!!!

Maybe you are looking for