Now i want to have an additional column with the sum of C for each A if B = “done”. i tried to use choice( B=“done”, C, 0) which works correct if the table lists all entries.
I need a hint to combine this choice (or soemthing else) with the sum/group by.
Just adding each element as separate columns might help understanding it. That is add the filter() on one column, and then the map( filter () ) combination in another column.