Hi Experts
I am trying to develop a jsp page which lists out webi reports,the universe on which it is based.I am facing difficulty when i fire this query:
select si_name,si_owner,si_universe,si_parent_folder from ci_infoobjects where si_kind='webi'
Though i get the output like the one below:
I am not able to find a way to access the contents of si_universe like the universe id(4981) using java sdk.
Please guide me how to access these nested contents of si_universe.
Thanks in advance.