cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

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

How to set Link ID in a JSL script?

This was my guess:

:name("DOE ID")<<set property("Link ID", 1)

2 ACCEPTED SOLUTIONS

Accepted Solutions
txnelson
Super User

Re: How to set Link ID in a JSL script?

Good guess!

This will work, as long as the column has all unique values.

For documentation and example on this, see

     Help==>Scripting Index==>Data Table==>Column Scripting==>Set Property

Jim

View solution in original post

PS_Ato
Level III

Re: How to set Link ID in a JSL script?

I tried again.

I've used the wrong "hierachie".

It works, when I use a new line.

Thanks

);

:name("DOE ID")<<set property("Link ID", 1)

 

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: How to set Link ID in a JSL script?

Good guess!

This will work, as long as the column has all unique values.

For documentation and example on this, see

     Help==>Scripting Index==>Data Table==>Column Scripting==>Set Property

Jim
PS_Ato
Level III

Re: How to set Link ID in a JSL script?

This is what my guess was based on - but it did not work.

example:

:Weight << Set Property( "Units", lbs );

PS_Ato
Level III

Re: How to set Link ID in a JSL script?

I tried again.

I've used the wrong "hierachie".

It works, when I use a new line.

Thanks

);

:name("DOE ID")<<set property("Link ID", 1)

 

Recommended Articles