Get field value of a related Test Document inside a report recipe
Hello friends,
I am trying to create a Custom Recipe in PTC Integrity 10.9 for a report where I need to fetch the field value of a document that is related to the document that has been passed as an input to the report.
var fieldvalue1 = <%fieldname1%>;
var fieldvalue2 = <%fieldname2%>;
Here, I want the fieldvalue2 to be value of the field "fieldname2"as per the document that I got as "fieldvalue1".
I am very new to Integrity custom report creation. Appreciate your help.

