Hi,
My question is in the subj :-)
I need to add a calculated column to my table. But in calculation i need to use a sum of all values from the other column. I know how to get it using group process but i don't need the grouped table. So i see the following solution - split my flow and in 1st subflow get the sum value using the group process and then in the 2d subflow I can use this value in the calculated column process.
It looks a bit complicated so may be there is a easier way?