Script to Create Subset and Add Columns
New to scripting here, and trying to automate some of my work tasks. My goal is to create multiple subsets from a master file and add some columns that will allow me to factorize the data. Right now I am playing around with the data trying to learn. Here's what I have: //Select data table
dt = Open( "FM_OwnshipState.jmp" );
//Card1
dt << Select Where( :LocalTime >= 6:59:00 & :LocalTime <= 6:59:...