Saving a table box window with HTML links as HTML Report
Hello,
In JMP12, I have a scripted table box with hyperlinks that I want to save as an HTML report (or any other type of report that will keep the hyperlinks active). I get an error from JMP while saving the report with no error description in the log except "unknown".
Is there anything I am missing?
See the sample script below:
path = Get Default Directory();
alist = {"a", "b", "c"};
nlis...
vince_faller