cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
haleyhoewt
Level I

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