Amalgamating linked documents
Hi All,
I'm looking at taking two documents that are linked together in Integrity and displaying them together as if they had a relationshipp in a relational database. The only way I've found of doing this is by exporting the data for both documents, running code to create a new line for each value in the 'linked' field and then joining the tables using SQL. (I don't have access to the database for running SQL queries directly so I have to parse the data)
I'm a new user and would like to know if there's any way to do this within the Integrity tool itself? For instance, if I have a requirement and it's linked to 3 test cases, my query will return this:
12345 | Requirement Summary| 50001, 50003, 50005
I would like an output more like this:
12345 | Requirement Summary | 50001 | Test Case Description 1
12345 | Requirement Summary | 50003 | Test Case Description 2
12345 | Requirement Summary | 50005 | Test Case Description 3
I imagine this is a regular request, but I'm not familiar enough with the tool to produce a query that will allow this output.
Any Ideas?
Thanks,
Rich

