Hi Experts,
I would like to Know how to retrive the folders & reports which are using source as Universe. I'm using the below SQL but it is retreving SI information. But requirement to retrive the Physical folder Name : E.g; E-fashion/Units/Kiran
SELECT
si_id,
si_name,
si_webi,
si_cuid
FROM
CI_AppObjects
WHERE
si_name = 'UNIVERSE_NAME' AND
si_kind = 'Universe'
Thanks
Kiran