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. Link to comment Share on other sites More sharing options...
Administrators Marcos 4,935 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 Link to comment Share on other sites More sharing options...
Recommended Posts