In my UI, users can view reports
I want an option to schedule a report based on their criteria
I.e. send me a report at 10pm of data from the day
or send me the weekly report every sunday evening at 8pm
How would you suggest implementing this
I was thinking of a scheduled task to hit a console app that is running every x mins to scan the "criteria" table and send any reports that falls in this criteria
But not sure this is the best way
Can you suggest the best practice for this please
thanks
I want an option to schedule a report based on their criteria
I.e. send me a report at 10pm of data from the day
or send me the weekly report every sunday evening at 8pm
How would you suggest implementing this
I was thinking of a scheduled task to hit a console app that is running every x mins to scan the "criteria" table and send any reports that falls in this criteria
But not sure this is the best way
Can you suggest the best practice for this please
thanks