Versions Compared

Key

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

You can The following steps will let you automatically schedule a report.

  1. Go to On the Web Console - navigate to the reports page
  2. Click on the name of the report you want to schedule
  3. Click the "Edit" button (It's on at the top-right)
  4. 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):
    1. The format is "Seconds Minutes Hour Day Month Weekday Year"
    2. Separate values with one blank space
    3. Use * for any value that you want to omit (i.e. always run)
    4. Weekday value of 0
    donates
    1. 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
    After

    1. When you have entered
    the
    1. 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
       
      Image Modified


  5. Click "Update"