You can The following steps will let you automatically schedule a report.
- Go to On the Web Console - navigate to the reports page
- Click on the name of the report you want to schedule
- Click the "Edit" button (It's on at the top-right)
- The "Schedule" input box will contain the scheduling definition (if you're familiar with Cron - it's using a simplified version of the Cron scheduling format):
- The format is "Seconds Minutes Hour Day Month Weekday Year"
- Separate values with one blank space
- Use * for any value that you want to omit (i.e. always run)
- Weekday value of 0
- denotes Sunday
Examples:
0 30 7 1 * * * = run at 07:30:00, 1st day of every month
0 30 7 * * 1 * = run at 07:30:00, every Monday
0 0 0 * 5 * * = run at midnight, every day in May
0 0 * 1 1 * 2017 = run every hour, on January 1st, 2017
When you have entered
- a schedule value, move to another input field (e.g. press tab), and a message with human readable description of the scheduling will be displayed underneath the input box
- Click "Update"