jshulse
Posts: 9
|
| Posted: 11/17/2006, 9:20 AM |
|
This is not so much a Codecharge question as it is an ASP question. I have created an ASP file, using vbscript, that takes data from my SQL database and creates a spreadsheet that can then be saved as an Excel spreadsheet using the "application/vnd.ms-excel" content type. The problem is if I change the options (a date range) on my codecharge page and try to reun the report I get the info that was on the original report and not the new dataset. I'm thinking I have to clear a cache or something like that but haven't figured it out just yet. Any suggestions would be appreciated.
Jan Shulse
|
 |
 |
peterr
Posts: 5971
|
| Posted: 11/17/2006, 9:37 AM |
|
Can you try disabling the Excel mode and check if you get correctly filtered data when outputting standard HTML?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|