Hi,
I need to list all the crystal report names present in the cms in an excel sheet, so is their any body having excel macro to automate this work.
Regards
Nalin
Nalin (BOB member since 2008-07-18)
Hi,
I need to list all the crystal report names present in the cms in an excel sheet, so is their any body having excel macro to automate this work.
Regards
Nalin
Nalin (BOB member since 2008-07-18)
Try Query Builder:
SELECT SI_NAME FROM CI_INFOOBJECTS WHERE SI_KIND = 'CrystalReport'
This should not take more than 5 minutes, i tried this and got the list in less than 5 minutes by formating the results in Excel.
Copy the results to new sheet.
I hope this helps.
Viru
viru4808 (BOB member since 2008-01-09)
you can also use this method and adapt the code with the one given by viru
http://www.bobti.com/fr/articles/pdf/ART_UsingDeskiAndVbaToQueryRepository.pdf
bernard timbal (BOB member since 2003-05-26)
Hi viru,
Thanks for your quick response, it is displaying only report names, so can you help me in displaying report names, user having the access(user name), group, description.
Thanks
Nalin.
Nalin (BOB member since 2008-07-18)