Hello all,
how to find the list of scheduled reports in CMC?
Thanks for your help
SH
SH3230 (BOB member since 2010-10-25)
Hello all,
how to find the list of scheduled reports in CMC?
Thanks for your help
SH
SH3230 (BOB member since 2010-10-25)
Look for repository documenter in Bob’s downloads
Damocles (BOB member since 2006-10-05)
I didn’t understand what are you saying, Looks like I need to use the Instant manager to see the list of scheduled reports instances.
Can you please let me know how to export list of scheduled reports in excel?
Thanks
SH
SH3230 (BOB member since 2010-10-25)
You could user query builder and run a query like this one: SELECT SI_NAME FROM CI_INFOOBJECTS WHERE SI_RECURRING = 1
This will just list the names of recurring instances. It won’t produce a distinct list so you could see repeats and you would have to copy and paste to get it into excel.
richardcottave (BOB member since 2006-03-30)