Integrity 10.6
I've constructed a test protocol with a series of cases (tests). Upstream trace relationships have been added to the Requirements the cases validate. I am able to insert a "validates" field into my protocol, but am unable to "export" or "report" the Requirement content--only the ID number of the traced requirement.
How can I configure my export to pull that additional information OR how can I write a query that will return a discrete list (no duplicates) of the Requirements.
Currently the export looks like....
<%beginLevel 1%>
<%if {Category} == "Heading"%>
<%{Text}richcontent="false"%>
<%elseif {Category} == "Comment"%><%{Text} richcontent="false"%><%else%>
Section | Item | Case Type | Case/Step |
|
<%{Section}%> | <%{ID}%> | <%{Category}%> | <%{Text} richcontent="false"%> | <%{Validates}%> |
<%endif%><%endLevel%><%beginLevel 2%><%if {Category} == "Heading"%>
<%{Text}richcontent="false"%>
<%elseif {Category} == "Comment"%><%{Text} richcontent="false"%><%else%>
<%{Section}%> | <%{ID}%> | <%{Category}%> | <%{Text}%> | <%{Validates}%> |
<%endif%><%endLevel%><%endContent%>