I try to get a solution for a really simple task actually but somehow I dont find it.
I just want to have a running sum of the key column that repeats after each row with a NULL.
So Index 77 has the Value 1, Index 78 has the value 2 and 80 starts with a 1 again.
Hi @Robinvm , you’re welcome and thank you for marking the solution.
You may be interested to know that I have been looking at how to create a “framework” where such cumulative calculations could be achieved more easily and have attached a demonstration workflow that uses this framework. The framework consists of the addition 3 components and a recursive loop; none of which require configuration but simply need to be joined together in a standard way.