You might have to use a recursive loop or store the intermediate results in a table and read that table back at the beginning of every iteration
1 Like
You might have to use a recursive loop or store the intermediate results in a table and read that table back at the beginning of every iteration