<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: run JMP clinical report from JMP using JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641623#M83870</link>
    <description>&lt;P&gt;I'm reading Chris's blog on JMPCAPI,&amp;nbsp; and that opens another door for me to generate reports automatically. Reallylooking forward to more updates.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 01:41:34 GMT</pubDate>
    <dc:creator>BaoyueLi</dc:creator>
    <dc:date>2023-06-13T01:41:34Z</dc:date>
    <item>
      <title>run JMP clinical report from JMP using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/640611#M83796</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying using below JSL to run&amp;nbsp; a JMPclincal review template, but did not make it. here is the JSL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;JMPclinicalreviewAPI:openreviewtemplate("the path\xx.jmpcrt");&lt;/EM&gt; &lt;/STRONG&gt;//this is to open the JMPclinical review template. this worked.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;JMPclinicalreviewAPI:runallreports;&lt;/EM&gt; &lt;/STRONG&gt;// this is to run the reports in the template. failed. the error message in log: "the namespace "reportRefNS" is not defined in access or evalation of 'reportRefNS:linkAnalysisTableToADSLTable', reportRefNS:linkAnalysisTableToADSLTable/*###*/(objRefNS:dmd) / *###*/ . ......".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Baoyue&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 05:20:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/640611#M83796</guid>
      <dc:creator>BaoyueLi</dc:creator>
      <dc:date>2023-06-09T05:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: run JMP clinical report from JMP using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/640932#M83813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/43118"&gt;@BaoyueLi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Which version of JMP Clinical are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:44:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/640932#M83813</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2023-06-09T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: run JMP clinical report from JMP using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641249#M83840</link>
      <description>&lt;P&gt;it is JMP clinical 8.1 and JMP 15.2.1&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 05:06:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641249#M83840</guid>
      <dc:creator>BaoyueLi</dc:creator>
      <dc:date>2023-06-12T05:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: run JMP clinical report from JMP using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641433#M83855</link>
      <description>&lt;P&gt;Hi Baoyue,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be related to the namespace of JSL statements, although I haven't completely figured out the backend mechanism, but the following statements tested fine on my computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 ); // Required
JMPClinicalReviewAPI:openReviewTemplate( "$CLINICAL_HOME\ReviewTemplates\Medical Monitoring Template.jmpcrt" );
JMPClinicalReviewAPI:runAllReports();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may look forward to Chris's next Blog on JMPCAPI, he is the expert of JMP Global on JMPC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 14:33:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641433#M83855</guid>
      <dc:creator>Alex_Xu</dc:creator>
      <dc:date>2023-06-12T14:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: run JMP clinical report from JMP using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641617#M83868</link>
      <description>&lt;P&gt;that worked. thanks. I missed the first line. did not realize that it is so important here.&amp;nbsp; :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 01:36:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641617#M83868</guid>
      <dc:creator>BaoyueLi</dc:creator>
      <dc:date>2023-06-13T01:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: run JMP clinical report from JMP using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641623#M83870</link>
      <description>&lt;P&gt;I'm reading Chris's blog on JMPCAPI,&amp;nbsp; and that opens another door for me to generate reports automatically. Reallylooking forward to more updates.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 01:41:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/run-JMP-clinical-report-from-JMP-using-JSL/m-p/641623#M83870</guid>
      <dc:creator>BaoyueLi</dc:creator>
      <dc:date>2023-06-13T01:41:34Z</dc:date>
    </item>
  </channel>
</rss>

