Acess 1:N related data in XML to Word export
Hi!
I want to export a customized report and set up a XML and Word template. The report contains Test cases, which are linked to requirements. In the XML mapping, I load the requirement IDs with following code:
<field internal="Backward Relationship Test Issue" external="References" field-type="relationship" include-related="true" direction="out" />
Following, I want to access the underlying data, which is loaded with the flag ' include-related="true" '. But I did not find a way to achieve that. The report wizzard obviously loads the data, but I don't know, how to address these fields in order to have access in the docx template. I am only able to print the related ID's (stored in References), but not the data related to these IDs. I saw some questions in this forum asking the same, but no solution was provided.
Can anybody have an idea how to access it?
Thanks!
Helmut

