Hi All,
I have a requirement which is as follows:
1. The client would like to have a spreadsheet automatically generated each morning for each of hisFunds. Basically, the stored procedure will accept the fund as i/p and generate the result set for the Crystal report, the report should be exported in the Excel format. This should be run only after the regional data is loaded.
2. The excel file generated each morning for a fund should have the name as the following which is fund_name and Business Day concatenation.
3. The generated excel files should be stored in a specific shared folder on the network, where the Client will access them.
Could you please suggest the best possible solutions for it. Currently, I'm working on the stored procedure, so I would like to know, what is the best mechanism for this. Does, the schedule mechanism of BOE makes all of the above possible?
I would be thankful for any possible pointers and directions on going about this requirement,
Thanks.