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
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