The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Excel download - Not all records - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Excel download - Not all records (/showthread.php?tid=582) |
Excel download - Not all records - dkindler - Mar 18th, 2010 I am using FormTools 1.5.1. When I view the form submissions it shows over 6000 records but when we try to download all to an excel file it downloads less than 2000 records. Anyone experience this and has a fix?? Thanks, David RE: Excel download - Not all records - Ben - Mar 22nd, 2010 Hi David, Actually, I don't really support FT1 anymore (it's been years!) but this could really apply to FT2 too. It sounds like a memory issue. 6000 records is quite a few; you may need to download the total results in chunks instead of all at one time. Alternatively, you could ask your hosting provider to increase your memory_limit to at least 64MB. I think most larger apps like Drupal really need 64MB to run well. When you're dealing with thousands of records, that will probably be necessary for Form Tools as well. - Ben |