Submit Rows of a Repeating Table as Individual Items in sharepoint 3.0

I have sharepoint 3.0 running and using InfoPath to design forms. I have one simple form designed with repeating table but when I save it saves all the entries as a single file. My wish is that I want this form to be saving each entry as an individual file
in sharepoint. How do I achieve this?
Fred.

Maybe a self join will work for you?
SQL> WITH employee AS
  2  (
  3          SELECT 100 AS empno, 0 as requestno, 'deva' as empname, 'doorno123' as address1, 'ecil' as address2, 'hyd' as address3 FROM DUAL UNION ALL
  4          SELECT 100 AS empno, 1 as requestno, 'deva' as empname, 'doorno678' as address1, 'dsd' as address2, 'hyd' as address3 FROM DUAL UNION ALL
  5          SELECT 100 AS empno, 2 as requestno, 'deva' as empname, 'doorno435' as address1, 'asdasd' as address2, 'asdasd' as address3 FROM DUAL
  6  )
  7  SELECT  DISTINCT e.empno
  8  ,       e.requestno
  9  ,       e.empname
10  ,       e.address1
11  ,       e.address2
12  ,       e.address3
13  ,       e1.requestno
14  ,       e1.address1
15  ,       e1.address2
16  ,       e1.address3
17  FROM    employee e
18  JOIN    employee e1 ON e.empno = e1.empno
19  WHERE   e.requestno = 0
20  ORDER BY e.empno
21  ,       e1.requestno
22  /
     EMPNO  REQUESTNO EMPN ADDRESS1  ADDRES ADDRES  REQUESTNO ADDRESS1  ADDRES ADDRES
       100          0 deva doorno123 ecil   hyd             0 doorno123 ecil   hyd
       100          0 deva doorno123 ecil   hyd             1 doorno678 dsd    hyd
       100          0 deva doorno123 ecil   hyd             2 doorno435 asdasd asdasdIf this doesn't work please explain your requirement more clearly.
Thanks!

Similar Messages

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Master/Detail? Repeating Tables - Combine data from 2 repeating tables to one cell in sharepoint

    Hi there, new to infopath.  I have 2 sections in my form which are hidden and display based on the department selected.  So Department A versus Department B, a section opens for details pertaining to that Department.  So in each
    section I have similar information requirements, similar but not exactly the same.  Now I was able to create hidden fields that will concat the values from both sections in the instances of similar data (i.e. Name, Department location, etc, so if Department
    A fills in Name on their section, then someone else submits the same form for Department B I still have one column of metadata in SP to displace the Name regardless of department or section they filled data into). However now I am stuck, I have repeating
    tables in both sections and I want to concate the entries to output to the sharepoint list for that cell.  However everything I have tried so far only concats the 1st value in the repeating table.  Is there a way to take ALL of the data from
    two repeating tables and merge them into one column/cell in sharepoint (metadata for the one form entry)???  I want to avoid having to create a excessive "views" of a list in order to accomodate the needs for BOTH departments.  I hope
    this is clear.  Thanks for your help!
    from msn forum

    Hi Meera,
        I apologise for delay. Anyways you can goto the
    following link:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36f08758-0a01-0010-c291-c03004aeb1af
    for details.
    Hope this will clear you. However, you further require
    any more information then please feel free to mail.
    Note:
    ty_t_sender, cl_abap_char_utilities DEFINITION LOAD
    all these are present in alsmex function group if you
    place your function module in this function group then
    you'll be able to access these things. Further, like
    if you have security options and can't place your code
    in this function group then create your own function
    group in your own package and copy the contents from
    alsmex function group.
        Hope that answer your questions.
    Regards,
    Mirza Ifthekhar Baig.

  • Repeating Table - Copy Row to New Row

    Hi Everyone.
    I am trying to accomplish something that sounds pretty straight forward but am losing my mind over it.
    I have a repeating table that shows a list of students on a particular course. This is in a repeating table format with SQL Database as the data source (via filters).
    I have a button on the repeating table that is labeled "Enter in Exam". This button should copy the row (Student Name, DOB etc.) to another repeating table (no data source).
    How can I go about doing this? I'll need a new row created in the second repeating table every time "Enter in Exam" is clicked.
    Please help!

    Hi,
    I have a repeating table that has the following info that is being picked up from SQL Server via data connection.
    Firstname     Surname     Ref No      DOB                       Course
    John              Smith          1234       01/01/1990           
    SharePoint                 Button
    Steve             Jones          4321        09/09/2000          
    Maths                        Button
    When the button is clicked (the button on Row of John Smith) I need this row and this row only to be copied to another repeating table.
    If I then click the button on another row i.e. Steve Jones, I need this row to be copied to the same repeating table but placed under the John Smith row.
    I hope this makes a little more sense?
    I have been through this article and it works great for copying one field at a time but I need a solution that copies the entire row to another repeating table.

  • How can we change value of a field in the Repeating Table using SharePoint Workflow 2013.

    Hi
    I have an InfoPath form published on a SharePoint Library. The form contains a Repeating table and after submit a workflow runs. In this workflow I want to change some values of the fields within Repeating table.
    How can I do this?
    Thanks.

    Hi,
    I found a similar thread posted by you here:
    http://social.technet.microsoft.com/Forums/en-US/e1fa36c1-cb5c-456d-ba40-2f26301913d2/how-to-loop-through-each-row-in-a-repeating-table-using-sharepoint-workflows?forum=sharepointgeneralprevious
    I suppose both the threads are reuqesting the method to get values from repeating table via workflow, so we can focus on the issue on the other case. If there is more requestment here, let me know.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to add a running value from external field in a repeating table of SharePoint list

    I'me creating an infopath form that will display a SharePoint list. I want to add a link control in a repeating table using the value of the first column per row but I'm getting an issue. the link control displays only the first row. thanks in advance.

    Hi,
    I found a similar thread posted by you here:
    http://social.technet.microsoft.com/Forums/en-US/e1fa36c1-cb5c-456d-ba40-2f26301913d2/how-to-loop-through-each-row-in-a-repeating-table-using-sharepoint-workflows?forum=sharepointgeneralprevious
    I suppose both the threads are reuqesting the method to get values from repeating table via workflow, so we can focus on the issue on the other case. If there is more requestment here, let me know.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Table heading row does not repeat

    I'm using InDesign CS5, and have a table that splits over two pages. There is one heading row, and I've set it to repeat on each page. But it doesn't repeat. The only thing a little unusual about this table is that some of the heading row cells are rotated and some are not rotated. Has anyone encountered this and found a solution?
    (Yes, it is really a header row.)

    Works fine for me?
    What do you mean you set it to repeat?
    When you highlight the Top Row, call up the context menu (right click or CTRL Click on Mac with one button mouse) select "Convert to Header Row"
    Once it's a header row it automatically repeats when the table breaks.

  • I created a repeating table but want to add a "do you really want to delete this row" prompt.

    Let me clarify, I created a repeating table which allows users in Adobe Reader to add or delete rows.  However, if user inadvertently hits delete, the row and any data is lost with no way to undo.  So, I'd like to either add a pop up prompt for user to confirm they want to execute action or create an undu option somewehre else on the form.  Can this be done?
    Message was edited by: deanotn

    Yes you can do it using app.alert().
    var nButton = app.alert({
    cMsg: "Warning: This will delete the row and all data in it. \n\nDo you want to continue?",
    cTitle: "Delete Row",
    nIcon: 1, nType: 2
    if (nButton == 4) {
              deletion code here
    Description of app.alert() options:
    http://acrobatusers.com/tutorials/popup_windows_part1

  • Date Controls in repeating table of Infopath 2013 only showing Calendar in first row date controls

    I am using SharePoint 2013 and InfoPath 2013.
    and using form library which uploaded at server.
    I am using repeating table over section . and place Date Controls.
    At the run time it is showing first row with START and END
    date controls.
    when I click INSERT Item it is showing second row with
    Date Controls.
    It is opening and showing calendar only on first row.
    But when I click Date Control button at second row it is not showing or opening calendar.
    Yesterday it was working. but today is not working at site.
    Although it is working on InfoPath 2013 Preview.

    Hi John,
    Based on your description, my understanding is that the Date Control cannot work correctly in the InfoPath form.
    I recommend to re-publish the form to SharePoint and then compare the results.
    Please go to the Library setting page of the library where the form is published > click Advanced Settings > click Edit Template in the Document Template > now the form will be opened in InfoPath Designer and then click Quick Publish button in the
    top of the menu tab.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Submit multiple item without "Repeating table"

    Hi
    How can I do submit multiple item in list with single infopath form without repeating table?

    Create a workflow and create items with what ever information you want.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • How to loop and read repeating table data of infoPath form in Visual studio workflow.

    Hi,
    I am trying to read info Path form repeating table data in Visual studio workflow.
    could anyone elaborate me in brief how to loop through repeating table and read all rows value one by one in workflow.
    any help would be more then welcome. 
    Thanks...

    Hi Rohan,
    According to your description, my understanding is that you want to create a Visual Studio workflow to get data from info path repeating table.
    I suggest you can submit Repeating Table to a SharePoint List and then you can create a .NET workflow to read data from the SharePoint List.
    Here are some detailed articles for your reference:
    Codeless submitting InfoPath repeating table to a SharePoint list
    Create a Workflow using Visual Studio 2010
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Single-row refresh in ADF tables, with PPR

    Hello everybody. I have an application in JDeveloper 11gR2 environment.
    Here are my requirements:
    1. I have a table, each cell is an input text;
    2. Some cell must be rendered differently depending on a specific key-field (for example, input or output text)
    3. Any manual change in the key-field must result in a re-rendering of the interested row, not the entire table.
    I addressed req 2 using an af:switcher which renders either a facet or another, evaluating the key-field.
    About req 3, I tried to set auto-submit to true on key-field and then specifying partialTriggers="key-field-id" in the column component including the switcher.
    It works, with 2 issues:
    a) the main one: it refreshes the entire table (which simply disappear/reappears when I tab out of the key-field);
    b) the second one: I'd prefer not to use the auto-submit 'cause I don't want to submit anything, yet: I just want to change rendering/values of other cells.
    Any idea?
    Thanks a lot,
    Emanuele

    Hi,
    I addressed req 2 using an af:switcher which renders either a facet or another, evaluating the key-field.
    I would have used an af:inputText field and set the readOnly property to true for the read only fields. This can be done through EL
    About req 3, I tried to set auto-submit to true on key-field and then specifying partialTriggers="key-field-id" in the column component including the switcher.
    It works, with 2 issues:
    You cannot just refresh a single row. The table is stamped at rendering, which means individual rows are not represented by their own object
    Frank

  • Generate the Dynamic Repeating Table using Infopath

    Hi,
    I have created the repeating table, which is having values like below.
    Once i click on Add to basket,It should  add only current row in table format.
    Please help me possible way to achieve this. Thanks in advance.

    Hi,
    Something needs to clarify, is the "Basket" a SharePoint list or it's format table ?
    If the "Basket" is a list, then you can create custom rule to the format table like the detailed article below:
    Submitting to a SharePoint List
    How to submit data from repeatable table in infopath form to a sharepoint list?
    If the "Basket" is a format table, then please provide the format table screen shot.
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Copying information from one repeating table to another repeating summary table?

    Hi,
    I have designed a dynamic form with a Table 1 (Investigator details) to be completed at the start to provide a list of investigators. This is a repeating table, and I have added buttons to add / delete an investigator (i.e. add/remove a row). I also have another repeating Table 2 at the end of the form to allow the investigators to be listed so they can insert a signature image (signature table).
    Is it possible to set this up so that when one adds an investigator (row) in Table 1, a row is added automatically to Table 2? I then want the Title First name last name to copy into the "Investigator Full name" cell in Table 2. Can this be done and keep the automatic renumbering of the rows in both tables?
    I am not sure how to upload a file to show you what I have, so please let me know and I can send a copy directly.
    I would appreciate if anyone has any suggestions for a code to do this.
    Regards
    Souheir

    Hi,
      Check the code below
    Data: itab1 type table of tab1,
          itab2 type table of tab2.
    * itab2 is of new table type created from some fields of tab1
    * In the select statement below you can select few fields depending upon your requirement
    select * from tab1 into table itab1.
    loop at itab1 into wa1.
      wa2-f1 = wa1=f1.
      append wa2 to itab2.
    endloop.
    insert itab2 into tab2.
    Regards,
    kinshuk
    PS: Reward points if you find it helpful

  • How to handle a repeating table in FrameMaker 8 with varying columns

    Hello,
    I have a unstructred FrameMaker 8 table question that I hope someone can answer for me.
    I have a RTF document that I have brought into FrameMaker 8.
    The table came into FrameMaker without any major problems.
    From FrameMaker 8, I now have to apply a special template to generate the special "Table Title" field, that allows the table to break across several pages; using the "Table Continuation Variable".
    Also, I must use select the "Add Rows or Columns" option and choose "Add 1 Row to Heading", so that my "Table/Column/Head" row repeats on every table page.
    With that said, here is where it gets interesting!
    ISSUE #1
    Usually, my next step is to add 20-30 rows to the last row on the first table page and then paste in the table data from the second (original) table into these new table cells. The end result is that the table will bump from page 1 to page 2 and "Table Title (Continued)" will automatically appear on the second table page - and so forth...
    It is not the fastest way to handle RTF tables, but this is the only approach I know off-hand.
    Does anyone know if there is a way to simply merge the legacy breaking tables together and then apply the "Table Continuation" variable and repeating Table Column Header row?
    ISSUE #2
    As mentioned above in Issue #1, I must manually add extra rows to the bottom of the first table page and then paste in the table data that flows over the next few pages.
    But, my multi-page table is based on procedural steps and therefore some table pages have 4 columns, while others have 5 columns.
    So, using the process stated above, I simply can't copy and paste.
    I must now manually add another column to the affected table page. But when I do this, FrameMaker 8 naturally adds an additional column to the first table page. When that happens, I must then go back to the first table page and straddle the new column into the original column.
    Does anyone know if there is a better way to handle these legacy (RTF) tables?
    Overall, I am hoping that there is an easier way of handling a legacy (RTF) table that breaks over several pages and has different columns, based on the section in the table.
    Thanks in advance for any solutions offered.
    Regards,
    Jim

    Rick Quatro has a plugin that handles some of your issues:
    http://www.frameexpert.com/plugins/tablecleaner/index.htm

Maybe you are looking for

  • Publishing iCal With MONTH view being the default view

    Hi I'm using iWeb to publish a page, then editing the HTML code to include a non-scrolling frame that is my iCal calendar on it. It works ok EXCEPT that it defaults to a Week View on the web page, and that looks lame because for our purposes it shoul

  • Open News Item in Portal Content Area

    Hello, I have KM Navigation iView pointing to a KM folder which displays news items. I have used LinkListExplorer layoutset to display the news. On click on any news in this iView, the News is opened in an new window. I need to know how can I open th

  • How to edit XML parsed data and save on iPhone app

    Hi, How to edit and XML retrieved data that is displayed on an iPhone app and save again in the same XML file using iPhone SDK. In other words I want to change the XML file data or edit and save. Thnx in advance. Regards Amit

  • Read a same file concurrently by several threads

    Can anyone show me how to open and read a same file "concurrently" by several threads?

  • Wanting 'table' to automatically continue on numerous pages

    I'm working on a film script. I want to create a very simple template: I have one row and three columns. The columns (one for images, one as a spacer, one for text). I just want to bleed? from page to page; without having to set up a table on each pa