Hi, The query works well..
I have 2 more questions,
1, Is there any way we can download the SQL result into excel, from the "Query Builder"?
2. Any SQL tutorial for the query builder?
3, SELECT SI_NAME , SI_WEBI_DOC_PROPERTIES FROM CI_INFOOBJECTS where SI_KIND = 'Webi' AND SI_WEBI_DOC_PROPERTIES like 'DSNAME=Z%'
(In ABAP we can fetch where ever the DSNAME starts with Z). I am unable to do the same in Query builder, any other way to do it?