This topic is locked
[SOLVED]

 calculations with total avg count values

10/11/2018 4:10:44 AM
PHPRunner General questions
B
Benniec author

Hello
how can i access the values of the total, avg, count fields in the list page so i can use them for more calculations.
i'm using "Before display event":
code:

$test= ?????? - HOW TO GET THE VALUES FROM TOTAL?

$xt->assign("waste_percnt_total",$test);

B
Benniec author 10/18/2018



Hello
how can i access the values of the total, avg, count fields in the list page so i can use them for more calculations.
i'm using "Before display event":
code:

$test= ?????? - HOW TO GET THE VALUES FROM TOTAL?

$xt->assign("waste_percnt_total",$test);


Okay, found it Thanks to the Mighty Google:
http://asprunner.com/forums/topic/23262-calculating-two-totals-on-list-page/