Skip to main content

id,v1,v2,v3,v4,v5

22,hi,hi,1,2,3

22,hi,hi,1,2,3

22,,,,,

33,hi,hi,2,3,4

33,hi,hi,2,3,4

33,hi,hi,2,3,4

33,,,,,

44,no,no,5,5,5

44,no,no,5,5,5

44,no,no,5,5,5

44,no,no,5,5,5

44,no,no,5,5,5

44,,,,,

You can do this using the StatisticsCalculator. Group by id.


Thanks! But how do I place the values found in the empty columns in the final row of each "group"?


Thanks! But how do I place the values found in the empty columns in the final row of each "group"?

I probably do not understand what you need. Can you add you expected output?


I probably do not understand what you need. Can you add you expected output?

id,v1,v2,v3,v4,v5

22,hi,hi,1,2,3

22,hi,hi,1,2,3

22,,,sumv2,summv3,sumv4,sumv5

33,hi,hi,2,3,4

33,hi,hi,2,3,4

33,hi,hi,2,3,4

33,,,sumv2,summv3,sumv4,sumv5

44,no,no,5,5,5

44,no,no,5,5,5

44,no,no,5,5,5

44,no,no,5,5,5

44,no,no,5,5,5

44,,,sumv2,summv3,sumv4,sumv5


I probably do not understand what you need. Can you add you expected output?

I still do not understand why one would want this 😃 but the attached workspace produces what you asked for.


I probably do not understand what you need. Can you add you expected output?

Thank you very much! Is part of a larger system which has its requirements, odd as they may be.


Reply