I have SharePoint list called as "Tracker". It has two column one is Month column (which is calculated col) and Duration(which is calculated col). Month has values from Jan to Dec. Duration col contains numeric values. I am trying to get sum of values in duration column for each Month. I tried by getting list items in one array and month values in another array. I am trying to loop in both arrays store values in third array in below format
[{Jan, Sum of Duration in Jan}, {Feb, Sum of Duration in Feb}....]
Pleas help.
Thanks in advance