run JMP clinical report from JMP using JSL
HI, I'm trying using below JSL to run a JMPclincal review template, but did not make it. here is the JSL: JMPclinicalreviewAPI:openreviewtemplate("the path\xx.jmpcrt"); //this is to open the JMPclinical review template. this worked.JMPclinicalreviewAPI:runallreports; // this is to run the reports in the template. failed. the error message in log: "the namespace "reportRefNS" is not defined in acc...