In JSL having trouble adding a new column to a newly transposed datatable
Here is the complete log
Log output:
Column not found in access or evaluation of 'Bad Argument'
Send Expects Scriptable Object in access or evaluation of 'Send' , dt_3 << New Column( "Dev", Character, Nominal, "Source" )
In the following script, error marked by /*###*/
dt_1 = Current Data Table();
cc = dt_1 << Get Column Names;
cc[3] << Set Selected( 1 );
For( i = 36, i <= 58, i++,
cc <<...