Hi I have data
1/1/2000 : aTime : Text
1/1/2000 : aTime : Text
2/1/2000 : aTime : Text
3/1/2000 : aTime : Text
I need to return the sum of fields that have the same date.
so, (2,1,1) as there are two entries for 1/1/2000, 1 for 2/1/2000 and 1 for 3/1/2000
can anyone help ?
Gregor.
1/1/2000 : aTime : Text
1/1/2000 : aTime : Text
2/1/2000 : aTime : Text
3/1/2000 : aTime : Text
I need to return the sum of fields that have the same date.
so, (2,1,1) as there are two entries for 1/1/2000, 1 for 2/1/2000 and 1 for 3/1/2000
can anyone help ?
Gregor.