1) in the DB I have a tab with the daily data (IdField1, IdField2, Day, Day_Quantity_Value)
2) I have a solution using a loop (for each row I sum the data in the DB table). Solution is OK but the performance is really awful (15 hrs processing for 55 000 rows.... !!!!)
If you have any idea, that would really be helpful