iHelpersLLC Posted October 11, 2018 Share Posted October 11, 2018 Is it possible to automatically run and email a specific report every day/week/month? If so, what is involved/how? 0 Quote Link to comment Share on other sites More sharing options...
Vox Posted October 14, 2018 Share Posted October 14, 2018 Hi @iHelpersLLC, Just a complete guess but maybe navigate to the report in question to identify the URL that runs the report then setup a cron job to run it at your specified times. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 14, 2018 Share Posted October 14, 2018 4 hours ago, Vox said: Just a complete guess but maybe navigate to the report in question to identify the URL that runs the report then setup a cron job to run it at your specified times. but that would just run it - that might be fine if the report was coded to generate an email on running, but they're not. On 11/10/2018 at 18:02, iHelpersLLC said: Is it possible to automatically run and email a specific report every day/week/month? you can't schedule them from the admin area by default - the ModulesGarden Report Generator addon can generate reports and email them to chosen admins on a scheduled basis... remember that a report is basically just a SQL query with a means of outputting the results visually - therefore a custom solution might need to be a combination of a cron job, SQL query to generate the results and SendAdminEmail API call to send the email to the selected admin(s). I can't think of any existing module that can do this other than MG's Report Generator. 1 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.