cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
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)