Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You should tSort on Column1 and Column2 descending and then use tUniqueRow to pass through only the first row.
(tAggregateRow can only give you max(Column2) grouped by Column1. You would then have to join the result to the whole data flow to get the rest of the column values for the chosen row.)