Please will you help me with this script. I'm trying to transfer a column full of items/values (some characters and Numerics) from an old table to a new table and this scripts is not fully working. I'm propably missing something. I'm sorry I'm new to JMP.
DATAtwo=Data Table("Results Extract");
testid = DATAtwo:column3 << Get Values; // Test
trans =Column(testid);
dtfour << New Column( "key", formula( trans[dtfour:column6] ) );