using List as variable in an if-statement
I am trying to create a list with all column names and turning some of them into a variable.That variable should be going into an if-statement but I am struggling with the "name unresolved" error. I'm guessing that JMP cannot find my previously defined variable but I do not know how to fix it even though I'm sure it should be quite simple.dt = Current Data Table();
ColumnList = dt << Get Column Na
...