Below is the query to use:
(1) Do note that this only applies to "Test" module only.
SELECT * FROM TD.TEST(2) There would be similar query for "Resource" module, "Requirement" module, etc.
WHERE TS_VC_STATUS = 'Checked_Out'
AND TS_TEST_ID IN (SELECT TS_TEST_ID FROM TD.VC_TEST)
You just need to identify the correct table to query. Cheers. ^_^
No comments:
Post a Comment