Event Handler: How to implement a relative file path? (JMP 17.0.0 - Windows 10)
I'm trying to create a column in table1 with an Event Handler which has a link to a different table "table2" in the same folder "path1". I.e. Click on the link in table1 it opens table2. I'm using Open(); in the Event Handler
If I use an absolute path (for testing purposes) it works great. - I don't think there are any issues with my filename.I don't want to use an absolute path, because I'm genera...