Very slow loop behaviour
I have a question regarding time spent in loops.I am analyzing larger amounts of production data, typically 1mio rows. For each row, production captures the status (column Statusnummer).
If the status is "1", then I would like to calculate the values for actual ("ist") and set value("soll"). So I need to calculate 1mio rows. I am doing this a lot of times in my code, for different values.Sometimes,...