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.