Hi
I need to listed out the list of Deski and webi reports associated with sepcific universe. I tried the below query but i am unable to get the report name. BO version : BOXIR2 SP2
SELECT
si_id,
si_name,
si_webi,
si_cuid
FROM
CI_AppObjects
WHERE
si_name = ‘Universe Name’
Please help me
stalint (BOB member since 2004-12-14)