Is it possible to use the Query Builder to get a list of all Universes that have a connection in which the connection is owned by a certain user? I do not care who owns the universe, just the connection.
I can already get a list of universes. I can already get a list of connections that are owned by a particular user. For example,
Select si_id, si_name,si_kind,si_owner from ci_appobjects
where si_kind = 'MetaData.DataConnection' AND si_owner =
'InsertNameOfOwnerHere'
Version: XIR3
Platform: Linux
Thanks.
I can already get a list of universes. I can already get a list of connections that are owned by a particular user. For example,
Select si_id, si_name,si_kind,si_owner from ci_appobjects
where si_kind = 'MetaData.DataConnection' AND si_owner =
'InsertNameOfOwnerHere'
Version: XIR3
Platform: Linux
Thanks.