hi,
i am new to programming and C# in general and i have to solve this example.i have a datatable on which i want to perform grouping and aggregation. i have detailed the steps below can someone please guide as to whats the best way to do this:-
the datatable contains, date ,num1,num2,num3(for ex), i need to aggregate this data by date in the following fashion
iteratively calulate the numbers for all the remaining dates in the array or.. Using this formula, a[i]value=a[i-1]-a[i]
pls take a look at the input and ouput i expect
INPUT DATA
output DATA