CR10
From a table containing the following two fields:
"URL", "DateTime"
I'm looking to calculate the total time spent on internet sites, data is in the following format:
<Row 1> 01/08/2008 12:40
<Row 2 > 01/08/2008 12:42
<Row 3 > 01/08/2008 12:43
<Row 4 > 01/08/2008 12:45
<Row 5 > 01/08/2008 12:48
<Row 6 > 01/08/2008 12:49
<Row 7 > 01/01/2008 15:23
<Row 8 > 01/01/2008 15:25
<Row 9 > 01/01/2008 15:31
<Row 10 > 01/01/2008 15:32
<Row 11 > 01/01/2008 15:34
<Row 12 > 01/01/2008 15:37
I would like a summary of:
9 mins
14 mins
IE grouped by URL and time compared to previous row.
Any suggestions on how to achieve this would be most appreciated, thanks in advance.
From a table containing the following two fields:
"URL", "DateTime"
I'm looking to calculate the total time spent on internet sites, data is in the following format:
<Row 1> 01/08/2008 12:40
<Row 2 > 01/08/2008 12:42
<Row 3 > 01/08/2008 12:43
<Row 4 > 01/08/2008 12:45
<Row 5 > 01/08/2008 12:48
<Row 6 > 01/08/2008 12:49
<Row 7 > 01/01/2008 15:23
<Row 8 > 01/01/2008 15:25
<Row 9 > 01/01/2008 15:31
<Row 10 > 01/01/2008 15:32
<Row 11 > 01/01/2008 15:34
<Row 12 > 01/01/2008 15:37
I would like a summary of:
9 mins
14 mins
IE grouped by URL and time compared to previous row.
Any suggestions on how to achieve this would be most appreciated, thanks in advance.