2014 Aug 17 12:29 PM
Hi, i need a function. I have to collect a lot of times, like this .
I have to collect them all. so can you advise me a function ?
Thank you in advance.
2014 Aug 17 12:33 PM
Can you explain a bit more? You are asking how can you sum all the values based on a key?
Regards,
Philip.
2014 Aug 17 12:33 PM
Can you explain a bit more? You are asking how can you sum all the values based on a key?
Regards,
Philip.
2014 Aug 17 12:51 PM
so easy a problem. i have got a system table and I am getting these data
than I have to collect . last , I've got to get a single value.
small a example with 2 data :
you know first data = 08:02:27 second data = 02:36:23
i need, first data + second data = 10:38:50.
so i need a function. Is there a function for this ?
2014 Aug 17 1:00 PM