cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
haleyhoewt
Level II

JSL Lock A Column based on Name

Trying to understand in JSL scripting if there's a way to actually lock columns based on their name in a table? Not sure if theres a simple way to do this or if i just need to create a subset based on the existing table (a few caveats with this solution). Very time consuming to search for each column name and then lock each column. Alternatively, if i can have any idea on how to modify column order, that's also another remedy to the situation. 

 

Thanks, 

Haley 

1 ACCEPTED SOLUTION

Accepted Solutions
Thierry_S
Super User

Re: JSL Lock A Column based on Name

Hi,

 

Have you tried the following method?

:NAME << Lock( 1 );

Best,

TS

Thierry R. Sornasse

View solution in original post

1 REPLY 1
Thierry_S
Super User

Re: JSL Lock A Column based on Name

Hi,

 

Have you tried the following method?

:NAME << Lock( 1 );

Best,

TS

Thierry R. Sornasse

Recommended Articles