send a calculated value back into the loop without resetting

@hzoubi there was this debate about recursive loops and storing values

Recursive Row Loop for Sales Forecasting - #9 by mlauber71

My solution sometimes is just to write something into a table and read that table back in the next instance of the loop. Not very elegant but it works.

And giving us an example might also help

3 Likes