clone a column
Hi All, I want to clone a column in the data table (make a new identical column in all but it’s name). Is there a more sleek (and robust) way of doing this or do I need to extract the values and all properties and assign them to the new column as such:dt3 = Open( "$SAMPLE_DATA/Cars.jmp" );// add a column property dt3:Make << Set Property( "Value Colors", {"Acura" = -13977687, "Au...
ron_horne
vince_faller