All the reports we have are accessed via the internet. Some of our clients in more remote areas have complained that the reports are extremely slow and cannot view some of them. We are trying to fix this.
Our thought is that we can schedule a report to run one a week or so and then it could be viewed much faster becase the numbers should already be crunched.
The reports are currently run on demand with a stored procedure that takes parameters that are date values in string format. These are inputed from the website.
I have seen a couple of options that may work:
1) email the reports to an individual.
2) schedule the reports and then make the reports available for download.
3) change stored procedure so it does not take parameters (does today to -7 days for example)
I need it to be as similar to what alreay exisits as possible so current users do not need to learn anything new. It also needs to be 100% automated. I'm currently using version CR 8.5 & CE 8.
What is the best way to accomplish my goal?
Our thought is that we can schedule a report to run one a week or so and then it could be viewed much faster becase the numbers should already be crunched.
The reports are currently run on demand with a stored procedure that takes parameters that are date values in string format. These are inputed from the website.
I have seen a couple of options that may work:
1) email the reports to an individual.
2) schedule the reports and then make the reports available for download.
3) change stored procedure so it does not take parameters (does today to -7 days for example)
I need it to be as similar to what alreay exisits as possible so current users do not need to learn anything new. It also needs to be 100% automated. I'm currently using version CR 8.5 & CE 8.
What is the best way to accomplish my goal?