Is it possible in jmp to make the contents of a cell a hyperlink such that when a user clicks on a cell it can open the hyperlink?
Check out this sample table that ships with JMP.
sas offices.jmp in the sample data folder
It might not be obvious, but the pictures have links as well. You can use the red triangle to save the script (perhaps without row data!) to see how you might script it. It is easier to use the GUI to study the Event Handler script. This example has slightly more complicated scripts to drive the google maps. @sheila_loring
Attached is the simple 2 row data table you asked for
Thanks so much for the example. This helps me understand how the event handler works. -Jens
Again thanks for the example. I was able to implement it and get it to work on my data table. However, if I want to export the file to Excel, the links are not kept as part of the cell format. Do you know if there is a way to preserve the links when saving in Excel format?
Thank you!
Not skilled with excel, but https://superuser.com/questions/580387/how-to-turn-plain-text-links-into-hyperlinks-in-excel has a bunch of ideas.
Thank you Craig. I will give that a try. :)