cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to create a query to list upstream traces

byoung
1-Newbie

How to create a query to list upstream traces

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

  1. Req. Trace(s)

<%{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%>

1 REPLY 1
KaelLizak
14-Alexandrite
(To:byoung)

Hello Bob,

In general, this would be much easier to implement with a report recipe than with a document export:  report functionality supports walking tree structures, while document export only exports the contents of a single doucment.  There is a section on Query and Walk Functions in the PTC Integrity 10.6 Server Administration Guide, on page 592.

If you have access to report recipes from the ALM solution, you may want to base this off one of the report recipes in that solution set:  ALM_Document Traces.

Regards,
Kael


Kind Regards,
Kael Lizak

Senior Technical Support Engineer
PTC Integrity Lifecycle Manager
Top Tags