Record Loop Value

Hi, is there any way I can record value of math formula into new table?
So the value would be in a loop of result 1,3,7,4 for instance and I want the output to also reflect the result in row corresponding of 1,3,7,4 as well.

Thanks!

Hi there!

Not sure I understand. Can you try explaining it a bit more?

Br,
Ivan

1 Like

Hi @ipazin

Thanks for responding!
For example in workflow below, I have input data with different count in each cluster and I have math formula nodes that will result in new number K in each loop. I want to have a table record of result of K in each loop math formula results.
Is there any way to do that?

KNIME_Test_Loop.knwf (10.2 KB)

I’m probably not understanding your question correctly, but maybe all you need is a GroupBy after the loop is complete?

The GroupBy groups on cluster, and returns (using First aggregation) the value of New K for that cluster. In your example workflow, these values are identical, but presumably they wouldn’t be in practice?

2019-09-03%2010_39_17-Group%20table%20-%202_6%20-%20GroupBy

1 Like

Hi @ScottF

This is exactly what I meant. Sorry for not being clear :slight_smile:

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.