Pull a full list of Reports that are set up for auto-delivery? | Community
Skip to main content
New Participant
September 22, 2021
Solved

Pull a full list of Reports that are set up for auto-delivery?

  • September 22, 2021
  • 1 reply
  • 571 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChloeRo

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.

1 reply

ChloeRoAccepted solution
New Participant
September 22, 2021

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.

NathanBeAuthor
New Participant
September 23, 2021

Thank you, Chole Rock, that works!