Dear jmp community,
I have an issue that you hopefully can help me with.
I am loading data using sql to jmp via jsl and the open database command, I am loading the data into a new data table every time since we are many users on the same script loading different data possibly at the same time.
Immidately after the data is loaded I am generating various control charts through the same script. But if a user closes these windows after they have been generated they need to relaunch and reload everything in order to get the plot again (or find their way into the right section of the script).
Is there a way to append some code lines from my launch-script to the newly generated data table so they can be executed by the user again if needed?
Thanks in advance,
Daniel