Add Column Properties
Summary: Adds column properties to a data table, specifically setting the 'Link ID' property for the 'Person' column.
Code:
dt1 = Open("data_table.jmp");
dt1:Person << Add Column Properties( Set Property( "Link ID", 1 ) );
Code Explanation:
- Open data table.
- Add column properties to Person.