Use previous row data - InfoPath Dev Sign in | Join | Help in Code 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 » Code » Use previous row data Use our Google Custom Search for best site search results. Use previous row data Last post 08-21-2007 11:29 PM by nukkumatti. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 08-21-2007 02:38 PM RLPopeIII Joined on 09-26-2006 USA Posts 58 Use previous row data Reply Contact Hello all, I have beeen mucking around with xpath and can't seem to get a value from a previous row. For example: Table Row Element1<---Get this value Element2 Row Element1<----to compare with this value Element2 I am writing a rule to compare and see if there are the same. Thank you, Ren 08-21-2007 11:29 PM In reply to nukkumatti Joined on 12-08-2005 Germany Posts 349 Re: Use previous row data Mark as Not AnswerMark as Answer... Reply Contact try something like this (pseudo code): is myFields/group1/group2[last()]/textbox1 equal to myFields/group1/group2[last()-1]/textbox1 Listen to Motörhead cos they play Rock'n Roll :) 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.
Hello all,
I have beeen mucking around with xpath and can't seem to get a value from a previous row. For example:
Table
Row Element1<---Get this value Element2 Row Element1<----to compare with this value Element2
Row
Element1<---Get this value Element2
Element1<---Get this value
Element2
Element1<----to compare with this value Element2
Element1<----to compare with this value
I am writing a rule to compare and see if there are the same.
Thank you,
Ren