Report limitations
Posted: Thu Apr 08, 2021 3:38 pm
I have some reports on my database that I specify certain criteria for searching, such a date range and an office location. The reports work if I limit the date range to less than a 2 week period.
For example, If I pull a full report for a date range 2/1/2021 thru 2/6/2021 the report prints fine. If I run this same report for each week in February separately, it works fine. If I pull this report for a 2 week period, 2/1/2021 thru 2/13/21, It doesn't display the report. If I run it for 2/3/2021 thru 2/13/2021 it prints fine. If I select wider date ranges, the report does not display. It opens the new window and I can see it processing, but when it comes time to display the report, I get nothing.
If I run the same report 2/3/2021 thru 2/13/2021 on my 2nd office it prints fine. If I run the same date range on both offices, it doesn't display. It seems as if there may be a 20 page limit to being able to display the reports. On this example, If I run this date range on each office separately, I get 18 pages for one office and 17 pages for the 2nd office. If I ran them together I should get about 35 pages.
If I run a report on both offices for 2/1/2021 thru 2/6/2021 I get 17 pages. If I run it for 2/1/2021 thru 2/7/2021 I get the same because the 2/7 is a Sunday and the business is not open on sundays. However, If I add one more day to the range 2/1/2021 thru 2/8/2021, I do not get the report.
Is there some kind of limitation as to the size or number of pages in the reporting? how can I check to see why this is failing. It doesn't make sense especially since I can reports that cross over these different date ranges without issues.
I am running a PHP procedure that creates a temporary table, and then does some manipulation of the data in that temporary table. Then the report runs on that table.
Any ideas why I can seem to get a report that is more than 20 pages?
For example, If I pull a full report for a date range 2/1/2021 thru 2/6/2021 the report prints fine. If I run this same report for each week in February separately, it works fine. If I pull this report for a 2 week period, 2/1/2021 thru 2/13/21, It doesn't display the report. If I run it for 2/3/2021 thru 2/13/2021 it prints fine. If I select wider date ranges, the report does not display. It opens the new window and I can see it processing, but when it comes time to display the report, I get nothing.
If I run the same report 2/3/2021 thru 2/13/2021 on my 2nd office it prints fine. If I run the same date range on both offices, it doesn't display. It seems as if there may be a 20 page limit to being able to display the reports. On this example, If I run this date range on each office separately, I get 18 pages for one office and 17 pages for the 2nd office. If I ran them together I should get about 35 pages.
If I run a report on both offices for 2/1/2021 thru 2/6/2021 I get 17 pages. If I run it for 2/1/2021 thru 2/7/2021 I get the same because the 2/7 is a Sunday and the business is not open on sundays. However, If I add one more day to the range 2/1/2021 thru 2/8/2021, I do not get the report.
Is there some kind of limitation as to the size or number of pages in the reporting? how can I check to see why this is failing. It doesn't make sense especially since I can reports that cross over these different date ranges without issues.
I am running a PHP procedure that creates a temporary table, and then does some manipulation of the data in that temporary table. Then the report runs on that table.
Any ideas why I can seem to get a report that is more than 20 pages?