I'm needing to generate a weekly report in Excel. The data will be coming from a CF/Access application. Each report will be generated from the same update/insert query but will be scheduled to get a new name at the end of each week.
The names will represent the prefix, date and instance. eg: KPI_02122001_1.xls , translates to "K"ey "P"erformance "I"ndicator #1 generated on Feb. 12, 2001.
The end user is not going to access the files via the web so this means I won't be using CFContent to generate the spreadsheet files. Also, there should not be any user action needed to generate the reports.
My thought is to create datasource assiged to one Excel spreadsheet and then use CFFile and the Scheduler to rename this spreadsheet once a week with the new inserted/updated data.
Does anyone see any locking or other issues with using such an approach? Anyone have a better method?
Is cfschedule a 4.5 or 4.0 tag?
Thanks,
Bill
The names will represent the prefix, date and instance. eg: KPI_02122001_1.xls , translates to "K"ey "P"erformance "I"ndicator #1 generated on Feb. 12, 2001.
The end user is not going to access the files via the web so this means I won't be using CFContent to generate the spreadsheet files. Also, there should not be any user action needed to generate the reports.
My thought is to create datasource assiged to one Excel spreadsheet and then use CFFile and the Scheduler to rename this spreadsheet once a week with the new inserted/updated data.
Does anyone see any locking or other issues with using such an approach? Anyone have a better method?
Is cfschedule a 4.5 or 4.0 tag?
Thanks,
Bill