Hi,
I use this query to find reports from specific universe
select si_name from ci_infoobjects where parents(\"si_name='document-dsl.universe'\",\"si_name='BL_MyUniv.unx'\")'
It does not bring one of my reports . But if I write this it comes:
select si_name from ci_infoobjects where parents(\"si_name='document-dsl.universe'\",\"si_name='BL_MyUniv.unx'\") and SI_NAME ='My specific Report'
why this query brings and other query does not?
thanks in advance
eym (BOB member since 2013-05-13)