This topic is locked

How to total a time column

2/21/2007 6:39:31 PM
PHPRunner General questions
D
darkmage0 author

Hey
I was wondering if any one knows of a way to total a time column? I selected total on the field orders and totals page for my column which is a time format and all I get is 0.0 THX

Alexey admin 2/22/2007

Hi,
PHPRunner doesn't support time totalling.

You can implement it yourself modifying generated ..._list.php file.
Find all references to $totals["FieldName"] there and replace them with your code.
Or there is another way.

Change your field type to INT and save a number of minutes there.

Then totalling would work fine.