Scripting with multiple tables
I'm relatively new to JSL (and scripting in general) and am having trouble figuring out a way of manipulating multiple tables.What I would like to do for each row of one table is turn the data from two columns into two global variables, adjust matching data in a second table, then go on to the next row of the first table, repeat. IE:One table has a total number of runs for each workweek, one row p...