I am running PHPRunner 5.0 build 447
I have a page in my app which displays the result of a view in my MYSQL database. This page is configured so that only the List, Export and Printer-Friendly pages are available. For the sake of discussion, the List page shows the following information:
Category SubCategory Total Urgent High Medium Low
--------------------------- -------------- ---------- ---------- ---------- ---------- ----------
IC General 48 0 27 21 0
VA - Reversion & Interface Reconcilition 1 0 0 1 0
VHA Enhancement 1 0 0 1 0
VHA General 1 0 0 1 0
---------- ---------- ---------- ---------- ----------
Total: 51 Total: 0 Total: 27 Total: 24 Total: 0
The last line showing the "Totals" associated with each of the numeric columns is not part of my view, but is generated dynamically by phprunner for the list page.
If I Export the page, to Excel for example, all information is exported and appears correctly in an Excel spreadsheet, including the "Totals".
However, when I select the "Printer-Friendly" page, the line with the totals disappear.
I have tried setting the "Totals Type" on the "List" and "Printer" pages (for this particular table/view) to "TOTALS" but that did not help. When I was running v4.2 of PHPrunner, the "Printer-Friendly" page was displaying the "Totals" no problem. However, when I migrated my project to v5.0 of PHPRunner, the "Totals" no longer displayed.
Any idea what's going on here?