"Specified Column not found in data table" in Fit Model using JSL
I have a script that makes a Fit Model from a table I import. My problem is that I get this error when accessing the data.
"Specified Column not found in data table.{4759} in access or evaluation of 'List' , {/*###*/data:T_VALUE}" When I try to access the column through "Show" I get good results:
"data:T_VALUE = 1;" My code: data = Open( "C:/Users/taviad/Desktop/Sheet1.jmp" );
Show(data:T_VA...