DM R 0 Posted March 2 Share Posted March 2 Can someone advise how I can create a scheduled report that generates email every 1st of the month? I have the report already created but wondering what task to use CRON or Scheduled Report. Quote Link to comment Share on other sites More sharing options...
Administrators Marcos 4,609 Posted March 2 Administrators Share Posted March 2 Using this cron expression should start the task on the first day of a month: 0 0 0 1 * ? * You can use a cron expression generator to create your own cron expressions, e.g. https://www.freeformatter.com/cron-expression-generator-quartz.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.