i understand the solution. But the Problem is, that the solutions are not correct.
Example
Table
A
20000
20000
20001
20001
20003
20003
20004
20004
20006
20006
20009
20009
.
…
.
.
6999999
6999999
7000001
7000001
One Solution should be
Table
A
20003
20006
20009
7000001
(because the numbers has gaps before)
and another solution should be
20002
20005
20007
20008
7000000
(because this numbers are the gaps)
its possible that a number is not doubled and its possible that gaps are bigger
Hi @Paddymaster,
please find attached a workflow that also calculates all the numbers in the gaps. Unfortunately it does use a Java Snippet node, but I think you will find the code pretty easy to understand, even as a non-Java-coder. Feel free to ask if you have any questions about it.
Kind regards
Alexander
Hi,
generally this is unfortunately not possible. Only some scripting nodes, such as the Python Snippet and R Snippet nodes can access the whole table at once, but that only works well if the data is not too large.
Kind regards
Alexander