Count values are not concatenated as one single value .How to get one entries out of multiple values

I am trying to get the time duration of my process and its count . But it showing up as different entries in data table for same value. Say for example i should get data like this

duration count
0.34 3

instead i am getting like this
duration count
0.34 1
0.34 1
0.34 1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.