I would like to pull a list of all reports that have an auto-delivery setup. This way I can see which reports are outdated and need to be deleted.
Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Nathan!
You should be able to accomplish this by building a "Report" report and setting the filter to Scheduled Report >> Schedule = Is not blank. You can find Scheduled Report >> Schedule within Standard mode, but if you want to do it through Text mode, here's the code:
scheduledReportsOM:schedule_Mod=notblank
You can add whatever columns you need from there, including the recipients of the report, last sent date, recurrence rule, etc.
Hi Nathan!
You should be able to accomplish this by building a "Report" report and setting the filter to Scheduled Report >> Schedule = Is not blank. You can find Scheduled Report >> Schedule within Standard mode, but if you want to do it through Text mode, here's the code:
scheduledReportsOM:schedule_Mod=notblank
You can add whatever columns you need from there, including the recipients of the report, last sent date, recurrence rule, etc.
Thank you, Chole Rock, that works!
Views
Replies
Total Likes