For loop question
Hi everyone, First time I'm writing here, though I have read in this forum a lot. I do have some experience in JSL scripting, but I still haven't dealt with for loops. I have this data table which has 5 columns: entity, date1, date2, value1, value2 (value2 column initially contains missing values only). The table is sorted by Entity (ascending) and date1 (descending). I want to loop through all ro...