Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can automatically schedule a report.

  1. Go to the reports page
  2. Click on the name of the report you want to schedule
  3. Click the "Edit" button (It's on the top-right)
  4. The "Schedule" input box will contain the scheduling definition (if you're familiar with Cron - it's 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 donates 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

    After you entered the 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
     
  5. Click "Update"