JSL: How to pass a variable to a column formula
Dear All, I'm having some trouble trying to create a new column that is a formula and sending it a variable within my JSL script. I have a date table where I'm trying to calculate the average lag of a column. The column of interest isn't necessarily always spaced evenly by rows, the lags can sometimes change. However, for the purpose of my script, it's OK to just look at the average lag for th...