kc_aravind

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-04-04
12:57
128 views
Regarding dashboards and releases in qc
hi all,
can u pls help me to query a table to find the no of requirements covered by the release?
1 Reply
Andrey_L

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-04-04
13:30
SELECT RQRL_REQ_ID FROM REQ_RELEASES
WHERE RQRL_RELEASE_ID = <your_release_id>