Hi:
I have a listview with date and time fields, and a [Total Time] calculated field with a formula/formatting as follows:
Columns: [Time In] and [Time Out]
Formula: =IF(OR(ISBLANK([Time Out]),ISBLANK([Time In])),"---",TEXT([Time Out]-[Time In],"h:mm:ss"))
I need to display the Average of this calculated column in "h:mm:ss" format in ungrouped and possibly grouped views
Is there a JQuery solution for this?
Thanks
Charlie E