Dear Customer,
If there is a need of reporting a list of baselines and the corresponding tests contained in the baseline, please use this query as example in excel reports, business view or in site admin :
select a.bl_name /*baseline name*/,
a.bl_id /* baseline id*/,
a.bl_lib_id /*baseline library id*/ ,
b.ts_name /* Test name contained in the baseline*/
from baselines a, bl_test b
where a.bl_id=b.TS_BL_ID
Same can be used with the BL_COMPONENTS (components), BL_REQ (Requiremetns), etc.. For more details about the database tables please refer to the ALM help > ALM guides.
Cordially,
Ameyjo
Cordially