Skip to main content

Posts

Showing posts with the label Infopath form

Repeating table incremental row number or Auto number in Info Path

Dear All,  If you are looking the auto number in your info path repeating table here is the small and best solution  Summarized Solution  Put the following code under you repeating text field default value count(../preceding-sibling::my:RemoteSiteRow) + 1 Change the  my:RemoteSiteRow With your Repeating Table Group Name like in my case  my:OrderDetails Complete Solution original post  http://nickhurstblog.com/2011/08/26/infopath-2010-repeating-table-incremental-row-number/ This post will show you how to create an auto generated row number for your repeating table in InfoPath. Having a numbered column in your repeating table helps separate the user entries: First create a repeating table with an extra column for the Row Number. I would recommend re-naming both the repeating table and row so it’s not group1 and group2. In this example I’ve named them RemoteSiteRepTable and RemoteSiteRepRow. The row name is especially im...