Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (4 items)
-
Solved!
I had some additional fields in the data source structure. Once I had moved them to the top and the "Risks" repeating group was at the very bottom...all works fine :-)
Graham
-
OK, thanks, that worked, I can now pull the values from the relevant row in the repeating table.
So, I have added the code below to add those values into a new cloned row in Risks
var tempID = eventObj.Source.selectSingleNode("my:AssumptionID").text;
var tempAssumption = ...
-
Hi all,
I have looked at several (lots!) of the posts here and other places about repeating tables and code and just cannot get my head around how to solve my problem.
I have a structure, as below in IP2003 with two repeating tables.
MainLog
Assumptions
AssumptionID (Whole Number)
AssumptionDate ...
-
I have an xml file containing data similar to those below
<Survey>
<QuestionID>1</QuestionID>
<Question>Date Joined?</Question>
<Date></Date>
</Survey>
<Survey>
<QuestionID>2</QuestionID>
<Question>Date Moved?</Question>
<Date></Date> ...
Page 1 of 1 (4 items)