Convert script variable to static value in New Column formula
Hello, I was writing some JSL to process a source file, and hoping to reuse/adapt the source file. To that end I created a few very simple variables that I intended to change only occasionally.
Here is a short section of JSL that creates variables and uses them in a column formula. These are not the original names. I changed to keep it simple:
JMP v18.2.0
dt = current data table();
Vari
...