Column I contains Espsilon_Status. The interesting value is
Ordered.
There can multiple lines with the same SAPCODE.
Add a GROUP BY transformation processor.
For this processor, add a "value" partitioner as input.SAPCODE.
To have the sum of BOQ_Qty, add a Sum aggregator with
the expression input.BOQ_Qty.
To get the sum of the Allocated_Qty (column G) for which the
Espsilon_Status (column I) is Ordered, add another
Sumaggregator with the expression input.Allocated_Qty
with the required Filter expression.