eo
MIS
- Apr 3, 2003
- 809
I have to create a list of our reports, which folders they are located in, and their datasources. Is there any way I can use Query Builder to return such a result...a simple query would be...
But this does not go far enough.
I use CE10
EO
Hertfordshire, England
Code:
SELECT SI_ID,
SI_NAME
FROM CI_INFOOBJECTS
WHERE SI_PROGID = 'CrystalEnterprise.Report'
I use CE10
EO
Hertfordshire, England