Inside the for loop I m getting this data
This values getting from EXT js store.
  var sum = results.rows.item(i).Count;
  console.log(sum);
in the result, it showing
2
5
6
3
I need a total count of this sum in a single variable. Anybody can answer this, please. It's a javascript function.
 
     
    