Sort datatable 3 times

image

Before I can start the comparison I need to process the rows that are of the same UNIT, ID and TASK. What is the easiest way to handle rows with the same UNIT, ID and TASK, Im thinking to get them into a separate Batch/table and then perform the needed processing.

The processing is based on the column TASK and SUM and that why I need to have the same UNIT, ID and task before I can do the rest.

@atomic
on the first look a LINQ Statement formulating a group by could help
Have a look here as well:

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.