each repeat fields groupe in one row in sharepoint

L

Laurent

hi,

I have a infopath form where the people have to fill up a repeating groupe
of information, for example :

in Infopath:
Mr Smith
Project name date
001 test1 2.02.2009
002 test2 3.02.2009
003 test3 14.03.2009
....

I would like to get the info in a sharepoint list like this :

Smith 001 test1 2.02.2009
Smith 002 test2 3.02.2009
Smith 003 test3 14.03.2009

Today I can only get the info like this
Smith 001 test1 2.02.2009 002 test2
3.02.2009 003 test3 14.03.2009


Can some one help me to reach this without code ? or do I need code ?

Regards
 
S

Shiva (GGK Tech)

Hello,

For each row you have to add one more node to store the created row user
name. In that you have to set ‘Smith’ value for each row and add this node in
promoted list. You can see the newly added node value in SharePoint.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top