This topic is locked
[SOLVED]

 Summing The Sum Of Results (?)

2/27/2013 6:17:59 AM
PHPRunner General questions
W
Windfall author

Hello friends,

I have a table with fields Value1, Value2, Total.

Total is "(value1 value2) / 2"

How do I have a field in the list page to add all the totals value of search result?
Example: I search for Client1 and returned 2 records.
2 records found:
Client | value1 | value2 | Total

---------------------------------------------------------

Joseph | 2 | 4 | 4

Christian | 3 | 2 | 3
General total: 7
Field of my question

W
Windfall author 2/27/2013

Can I do this by code snippet?
Somebody have any ideas?

W
Windfall author 2/28/2013

Please, somebody help me.

Sergey Kornilov admin 2/28/2013

If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

G
gudon 2/28/2013

In your project, go to the page of "Fields order and totals";

Select "List" tab on the upper left corner;

In the field list section (major window of the page), click your field "Total";

Go to "Totals type" on the bottom of the page, from the pulldown menu, select "TOTAL".

Build your project and check.
Good luck.

W
Windfall author 3/1/2013



In your project, go to the page of "Fields order and totals";

Select "List" tab on the upper left corner;

In the field list section (major window of the page), click your field "Total";

Go to "Totals type" on the bottom of the page, from the pulldown menu, select "TOTAL".

Build your project and check.
Good luck.


It worked. I had not seen this option.

Thank you so much.