Below screenshot will give more details
Assume I have a data table with the first 3 columns and added 4th column. The problem is I need to get the sum of all the Credit amounts grouped by the CIF value in all the rows and update the same in the 4th column. Loop is not an option as the number of records expected is more than 2 lacks
My expectation is to avoid loops using LinQ query or any other feasible solution which is simple and powerful. Please help me in solving the same
Please note that the output data table should have the same number of input rows