![]() |
Sergey Kornilov admin 12/23/2010 |
Proceed to 'Fields order and totals' screen to turn on totals. |
D
|
doykoes author 12/26/2010 |
Proceed to 'Fields order and totals' screen to turn on totals.
|
J
|
Jane 12/27/2010 |
Unfortunately PHPRunner do not allow to create two totals for one field. $average = $_SESSION["total"]/$_SESSION["number_of_records"];
|
D
|
doykoes author 12/28/2010 |
Unfortunately PHPRunner do not allow to create two totals for one field. As workaround you can calculate it manually using custom event on the Eventstab. Use List page: Before process to define new session variables, List page: After record processed event to add new value to these sessions (this event is executed for each row) and List page: Before display event to calculate totals and assign it. Here is a sample List page: Before display event: $average = $_SESSION["total"]/$_SESSION["number_of_records"];
|
D
|
doykoes author 12/30/2010 |
Hallo...? |
![]() |
Sergey Kornilov admin 12/30/2010 |
Doskeos, |