<?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: how to write JSL script to report out 20 plots/graphs in one combined report and close all the 20 individual plots? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15068#M13974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding on msharps reply.&amp;nbsp; If you do want to create a variable to put it into the window, you can always just wrap your platform in Expr()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = open("$Sample_Data\Big Class.jmp");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Create Distribution Expr&lt;/P&gt;&lt;P&gt;dist = Expr(dt &amp;lt;&amp;lt; Distribution( Continuous Distribution( Column( :height ) ) ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//works now&lt;/P&gt;&lt;P&gt;nw = new window("Example", dist);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 17:14:39 GMT</pubDate>
    <dc:creator>vince_faller</dc:creator>
    <dc:date>2015-10-26T17:14:39Z</dc:date>
    <item>
      <title>how to write JSL script to report out 20 plots/graphs in one combined report and close all the 20 individual plots?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15066#M13972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote a script which after running would open 20 windows for each plot in the script besides the data tables.&amp;nbsp; How to write in the JSL script to report out 20 plots/graphs in one combined report and showing all the original 20 individual plots?&amp;nbsp; Tried the following script but did not return with anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;rptPIC &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; plotPIC &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Courier New;"&gt;report&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;w1 &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;"Trend Charts"&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" run date/time: "&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Date &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" MST"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; IWSWS &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Outline Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;"Trending"&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;H List Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; rptPIC &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;STRONG&gt;),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;H List Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; rptLIC &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 12pt; font-family: Courier New;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 12pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 21:15:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15066#M13972</guid>
      <dc:creator>wcheon3</dc:creator>
      <dc:date>2015-10-23T21:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to write JSL script to report out 20 plots/graphs in one combined report and close all the 20 individual plots?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15067#M13973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's going to be best if you put all your reports directly into one window from the beginning.&amp;nbsp; Creating a report and then moving it is difficult.&amp;nbsp; Use the 'nw = New Window("container"); nw &amp;lt;&amp;lt; Append(report);' format.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Get Example Data&lt;/P&gt;&lt;P&gt;dt = open("$Sample_Data\Big Class.jmp");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Create Distribution report&lt;/P&gt;&lt;P&gt;dist = dt &amp;lt;&amp;lt; Distribution( Continuous Distribution( Column( :height ) ) );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//deson't work b/c the display box is in another window&lt;/P&gt;&lt;P&gt;nw = new window("Example", dist);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nw2 = new window("Example2");&lt;/P&gt;&lt;P&gt;//Create the window directly in the container we want it to be in&lt;/P&gt;&lt;P&gt;nw2 &amp;lt;&amp;lt; Append(dist = dt &amp;lt;&amp;lt; Distribution( Continuous Distribution( Column( :height ) ) ););&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 22:02:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15067#M13973</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2015-10-23T22:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to write JSL script to report out 20 plots/graphs in one combined report and close all the 20 individual plots?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15068#M13974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding on msharps reply.&amp;nbsp; If you do want to create a variable to put it into the window, you can always just wrap your platform in Expr()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = open("$Sample_Data\Big Class.jmp");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Create Distribution Expr&lt;/P&gt;&lt;P&gt;dist = Expr(dt &amp;lt;&amp;lt; Distribution( Continuous Distribution( Column( :height ) ) ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//works now&lt;/P&gt;&lt;P&gt;nw = new window("Example", dist);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 17:14:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/15068#M13974</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2015-10-26T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to write JSL script to report out 20 plots/graphs in one combined report and close all the 2</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/91849#M38752</link>
      <description>What is the reason that without add"Expr",&lt;BR /&gt;the dist object does not appear in the new window with script below :&lt;BR /&gt;nw = new window("Example", dist);</description>
      <pubDate>Fri, 04 Jan 2019 18:36:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/91849#M38752</guid>
      <dc:creator>wu</dc:creator>
      <dc:date>2019-01-04T18:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to write JSL script to report out 20 plots/graphs in one combined report and close all the 2</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/99216#M38789</link>
      <description>&lt;P&gt;Just like previous reply, because it's already in another window.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 19:10:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/99216#M38789</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2019-01-07T19:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to write JSL script to report out 20 plots/graphs in one combined report and close all the 2</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/99234#M38791</link>
      <description>Thanks.</description>
      <pubDate>Mon, 07 Jan 2019 19:26:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-write-JSL-script-to-report-out-20-plots-graphs-in-one/m-p/99234#M38791</guid>
      <dc:creator>wu</dc:creator>
      <dc:date>2019-01-07T19:26:48Z</dc:date>
    </item>
  </channel>
</rss>

