The last record in a repeating section - InfoPath Dev Sign in | Join | Help in Newbie Questions InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Newbie Questions » The last record in a repeating section Use our Google Custom Search for best site search results. The last record in a repeating section Last post 04-24-2008 08:55 AM by Clay Fox. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 04-24-2008 07:53 AM s42bm Joined on 04-21-2008 Posts 32 The last record in a repeating section Reply Contact I have two repeating sections nested together and they both bound to database tables directly. For each entry of the outer section, can I have the inner section only shows the last record in the group instead of all? Does this have to be done by coding? BTW, in the query section there's no check box for a flag or other signs. Thanks a lot! 04-24-2008 08:55 AM In reply to Clay Fox Joined on 06-27-2006 USA Posts 1,935 Re: The last record in a repeating section Mark as Not AnswerMark as Answer... Reply Contact You could use conditional formatting with your inner repeating table control to hide all records but the last. Maybe where row number is greatest or some other filter condition. You might look at position(). Clay Fox / Microsoft InfoPath MVP Page 1 of 1 (2 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
I have two repeating sections nested together and they both bound to database tables directly. For each entry of the outer section, can I have the inner section only shows the last record in the group instead of all? Does this have to be done by coding? BTW, in the query section there's no check box for a flag or other signs. Thanks a lot!
You could use conditional formatting with your inner repeating table control to hide all records but the last.
Maybe where row number is greatest or some other filter condition.
You might look at position().