Report, Make a linkage group for two pages each page has a Repeating frame

I Have two pages. And each page have a repeating frame inside a main frame.
And two pages have a relational data. So, I should to make a linkage group for this two page.
In my case,
PAGE 1.
*M_1 Main frame start
R_1 Repeating Frame start
Personal Data Part 1.
R_1 Repeating Frame end
*M_1 Main Frame end
PAGE 2.
*M_2
R_2
Personal Data Part 2.
R_2
*M_2
If there are 3 peoples information, Repeating frame will display continuously.
In my case,
page 1
page 1
page 1
page 2
page 2
page 2
But I want to do the following.
Page 1. -- 1st person's data
Page 2.
Page 1. -- 2nd person's
Page 2.
Page 1. -- 3rd.
Page 2. so on...
I need your help.
please let me know how to solve this problem.

Hi,
i have a question related to this.
i am making a report in a similar pattern:
*M_1 Main frame start
R_1 Repeating Frame start
Data Part 1.
R_2 Repeating Frame start
Data Part 2.
R_2 Repeating Frame end
R_1 Repeating Frame end
*M_1 Main Frame end
Now the problem is that whenever there are multiple occurences of data in R_2, the data Part 1 is also printed that many times, whereas i want to show this just once.
Is there any way to do this?
Regards,
Swati

Similar Messages

  • HT1212 After working perfectly for two years my iTouch has suddenly stopped connecting to my Hub.  I have tried everything I can think of to get it working again but to no avail.  My desktop computer still works through the same hub

    After working perfectly for two years my iTouch has suddenly stopped connecting to my Hub although my desktop computer still connects.  I have tried everything I can think of, including suggestions off Google/You Tube but nothing makes any difference.  Any ideas.  Surely it is not fit for the scrap heap after two years, but is clearly no use as it is.

    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • I am a new Logic user. I attempted to download the additional data (roughly 20GB) and for two days my Macbook has been alerting me that there are five seconds left for my download. Ha. I cant quit Logic, or shutdown my computer. Any suggestions?

    I am a new Logic user. I attempted to download the additional data (roughly 20GB) and for two days my Macbook has been alerting me that there are five seconds left for my download. Ha. I can't quit Logic, or shutdown my computer. Any suggestions?

    Sorry for the long subject line. Ha.

  • No matter what I do I always get a 404Error for two of my pages

    No matter What I do I cannot link to two pages of mine every
    time I try I get a 404 error.. The url is the exact url I even use
    the thing and drag it over to the file and look at it to make
    sure... No matter what page I try to link to one of these two pages
    it still doesnt work.
    I have tried making the two pages all over again and that
    didnt help.. I tried everything I know how to do..
    Here is my site www.furnaps.com
    there is a box at the top that says Freebie site reviews and
    there are two links one says Rewards1 and the other Prizerebel..
    the urls are rite but if you click on them you get a 404 error..
    same goes if you use the navigation and go to the page that says
    site reviews and then you will see links to these two pages again
    but those one dont work either....
    Why am I getting these 404 errors when the urls are rite??
    Thanks

    No One?? I could really use some help here Im stumped....
    I have tried deleting the pages and making new ones and them
    making new links to those pages but I still get a 404 error for one
    of the pages....
    I did everything I could think of I mean everything.. I cant
    even get to the page if I type the url in the browser it still says
    404 error...
    I know the page is there I uploaded it and it shows up on my
    ftp program and in dreamweaver...
    Can someone please give me some ideas here?? Its really
    holding me back from finishing my site..
    Here is a link to a screen shot of my FTP program showing
    that the page is on the server. The one I cant get to work is the
    rewards1.html and sometimes the prizerebel.html does it also
    http://img245.imageshack.us/img245/3331/404errorkc6.jpg

  • How to link the same horizontal page for two different vertical pages without duplicate them?

    Hey guys,
    Is there a way to link the same horizontal page on two different vertical pages without duplicate the horizontal page?
    I have a doublepage of a book splitted in two parts in different vertical pages but i want link the fullsized image in the horizontal page for both of them. Got that? hahaha
    Thank you all

    Confusing But interesing.
    I think it's possible. I have a idea. It will need one advanced trick.
    To explain it, I need test simply haha.

  • Can not make work custom scope for run time created pages

    Greetings
    i have an application where you can choose a scope where you want to create your page using the create page task flow. the thing is that it is not working my pages are not being created on any new scope, looking through the folders of the MDS repository i only see a new folder where each new scope i create with mi app in runtime has a folder with the same name that the scope and inside of each...is an xml file....the path to those is /webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/<custom_scope_name>/scope.xml
    does any body know why this is happening?

    Hello
    i am using the create page task flow.....here is the task flow configuration, it only has one parameter
    <taskFlow id="pagecreatepage1"
    taskFlowId="/oracle/webcenter/page/view/jsf/fragments/page-create-page.xml#page-create-page"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="oracle_webcenter_page_createpage_scopename"
    value="${adminPagView.scopeName}"/>
    </parameters>
    </taskFlow>
    scope name is a method in my backing bean ..............and here is the method implementation
    public String getScopeName() {   
    ServiceContext sContext = ServiceContext.getContext();
    try {                   
    Scope scope = sContext.createScope("scope_test");
    sContext.setScope(scope);
    } catch (ScopeAlreadyExistsException scopeExistsException) {  
    System.out.println("Scope Already Exists...");
    return scopeName;
    the method executes correctly and in the mds folders y can see a folder for that scope in DefaultDomain/webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/scope_test/scope..xml
    and my page jspx is in this path
    /oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/user/U364DAA907F1311DFAF1145A33DBB364E/Page1.jspx
    as you can see s8bba98ff_4cbb_40b8_beee_296c916a23ed is the defaul scope, maybe i am just creating a scope but no telling to the task flow to
    used it..............no sure what is happening

  • 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

  • Conditional formatting based on page number that resets on repeating frame

    Hello everyone,
    I have searched through multiple forums on multiple sites and haven't come across anyone who has accomplished this.
    I have a report with pages numbers that reset on a repeating frame.
    I have a text boiler plate that I want to only show up on page 1. On every occurrence of page 1.
    SRW.GET_PAGE_NUM does not work because it returns physical page number.
    I'm trying to access the value of the field for my page number. The value comes from "source" drop down with value of "Page Number".
    I've tried accessing the <&page number> in the PL/SQL of my conditional formatting trigger but no luck.
    This report is 14K plus pages so I'd rather not be inserting and selecting the value back out of the database.
    Does anyone have any ideas??
    Thanks,
    Alan

    To avoid inserting/selecting from the database
    Maybe you could create a small package on the database to store page numbering information.
    Then use get/set routines per your requirements.
    CREATE OR REPLACE PACKAGE rep_page_no IS
       gPageNo NUMBER;
       PROCEDURE set_it(pPage NUMBER);
       FUNCTION get_it RETURN NUMBER;
    END rep_page_no;
    CREATE OR REPLACE PACKAGE BODY rep_page_no IS
       PROCEDURE set_it(pPage NUMBER) IS
       BEGIN
          gPageNo := pPage;
       END set_it;
       FUNCTION get_it RETURN NUMBER
       IS
       BEGIN
          RETURN(gPageNo);
       END get_it;
    END rep_page_no;Then in your repeating frame you could access this package rather than insert/select from any database table.
    Let me know if this works, I might like to try it.
    Thanks

  • How to make a common parameter for two subreports in the main report.

    Hi,
    I have a crystal report which has 2 subreports in it. Both the subreports have the same code and I need to create a parameter for Project Cost in both the subreports for filtering the data.
    When i create the same parameter in both the subreports, i see two parameters with same name on my prompt page while refreshing the report. however I just want 1 parameter on my prompt page and data should get filtered in both the reports.
    Can anyone please suggest something, How can I do that? is there a way for sharing same parameter between two subreports?
    Thanks!
    Neha.

    hi Neha,
    here's how to do this:
    1) create a new parameter with the same name on the main report
    2) right click on your first subreport and choose Change Subreport Links
    3) in the Field to Link To list drag over your new main report parameter
    4) open the Subreport Parameter Field to Use select menu and choose your subreport parameter
    5) repeat steps for the 2nd subreport
    now you'll only get prompted once.
    cheers,
    jamie

  • Can I make a calendar group for my iCloud calendars?

    I have several calendars in my iCloud account - one of which I use to keep track of my time card information at work and I have to print it out every payday. When I print that calendar I need to de-select all of the other calendars. I wanted to make a "New Calendar Group" to house the rest of them so that I could de-select all of them at once. It seems like the only place I can create a Calendar Group is "On My Mac". Am I doing something wrong?

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • How to use Stock Category Group for two different configuration.

    Hi all,
    I want to use the stock category group to do this scenario:
    I have two process using the same location, the process A wants to consider Stock cat. Grp. 'ZSW' (SAPAPO/LOC3) so it will consider Stock using CC, CF and CE. The process B wants to consider Stock Cat. Grp. 'ZST' to consider only CC.
    My doubt:
    How can I do that setup to make different things according the process? I tried to do something in Planning Area (SAPAPO/MSDP_ADMIN) but doesnu2019t work.
    Can anyone help me?
    Thanks,
    -Ralph Veiga

    Hi Ralph Veiga,
    Indeed the stock category group is define at location level...
    I think your answer involves macros more than PA settings.
    First I will suggest to split the stock key figure into 2: one for CC, one for the other.
    For the CC, use the standard (cetegory group with CC only on the location master)
    Now you need to populate the second key figure with CF and CE.
    You should be able to built a macro using function PHYSICAL_STOCK() to get what you want.
    For sure yuo first need a way to check if you want or not the CF and CE. Here implement your own logic for exemple base on your product characteristics with either MAT(), MAT_C(), MAT_EXTRA(), MATLOC_C()...
    Else you can use a Z function in the macro to collect this data, but it involves ABAP coding.
    PS: you don't actually need to split the key figure into to, but I think it helps with visibility...
    Regards
    Julien

  • How can I make a keyboard shortcut for 'insert footnote' in Pages 09?

    I do a lot of accademic work and it is incredibly frustrating not to have a shortcut for one of the most frequent tasks i perform in pages. Please can someone help me?

    Menu > Apple > System Preferences > Keyboard > Keyboard Shortcuts Application Shortcuts > + > Application: Browse to Pages > Menu Title: Footnote > Keyboard Shortcut: hit combination of keys > Add
    You will need to restart Pages but should then see it next to your Menu item.
    Peter

  • Different material group for two CO companies with same material no.

    Hi all
    We are implementing another CO company in COPA. The issue is  that both companies use the same materials number, but in COPA grouping categories (MATKL) must be different . I was thinking in using another category, but is there another option?

    Hi,
    By definition the materials should have the same material group (operationg concern - same market grouping).
    However, if you have this as business requirement you need to first identify a field to store this.  and then you an also use exit / derivation rule  to replace the value with a condition on the company code.  Advantage you have reduced the use of one more characteristic in CO-PA.
    Hope this helps you.
    Varadharajan

  • How do I make text start at the top of each page?

    Hello,
    If a paragraph ends on the preceding page, and I've inserted a line break after it, the line break applies at the top of the subsequent page, therefore the text is not at the absolute top. I need to keep the line break there in case I add text earlier in the document, to keep the paragraph spacing uniform.
    Is there a way to set it so that text always justifies to the top - yet if additional lines are added to earlier text, it keeps the line break? I hope that made sense, if not let me know and I'll clarify. Thanks.
    Be Well,
    Timothy

    Instead of using using line breaks after paragraphs, use the After Paragraph option to add extra space between paragraphs.

  • Does LSMW works for different subtypes (Each subtype has different screens)

    Hi All ,
        I have to update a Custom Infotype, there are 3 subtypes for the Infotype and the screen changes for every subtype. Does LSMW work for this ? If not what would be the appropriate method ?
    Thanks & Regards,
    Ravi

    Yes, I have checked for BAPI's, but there is no BAPI which can be used as this infotype is a Custom Infotype.

Maybe you are looking for

  • Strange MC duplication in FLash CS3

    I created a movieclip in flash cs3 and then i duplicated same movieclip in library using the duplicate command and exported for actionscript and then applied few transformations like made larger than original. Now if i test my flash file the original

  • Accessing SAP Tables from a Java application

    Hi, I know, the forum is called "Web Application Server" but because it's Java question I hope to get answers here. I have a small stand-alone Java application that needs to access (read-only) all records from a SAP table. Is there a possibility to d

  • Interactive reports help

    Hi all I have some questions about Interactive reports 3.1 . I'm not sure if IRR have this capability but I know I am having a hard time setting it up for a user. So if anyone knows if this is possible it would be a great help First I need to create

  • HT4906 I have a Mac OS X version 10.7.4 and i just changed my HDD. Now i can't find Iphoto anywhere! Can someone please help me?

    I have a Mac OS X version 10.7.4 and i just changed my HDD. Now i can't find Iphoto anywhere! Can someone please help me?

  • OSS4 broken by update

    Hello, I did a pacman -Syu yesterday, and when I booted up this morning sound no longer works. I get this when I try to turn it on manually: [robert@arch ~]$ sudo /etc/rc.d/oss start :: Starting Open Sound System [BUSY] mv: cannot stat `/dev/snd': No