<?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 Why am I unable to save my variability charts automatically in a script ? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71352#M35401</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am actually trying to use the fucntion of&amp;nbsp;&lt;STRONG&gt;obj &amp;lt;&amp;lt; save picture( "name", jpeg );&amp;nbsp;&lt;/STRONG&gt;in my script because I am trying to get some of the variability charts automated and to be saved in a ppt file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems like the script does not pass the debug test. Any idea why is this so ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12305i1D8812B22A0CF6D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 11:58:02 GMT</pubDate>
    <dc:creator>XiangCD_MP_User</dc:creator>
    <dc:date>2018-09-05T11:58:02Z</dc:date>
    <item>
      <title>Why am I unable to save my variability charts automatically in a script ?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71352#M35401</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am actually trying to use the fucntion of&amp;nbsp;&lt;STRONG&gt;obj &amp;lt;&amp;lt; save picture( "name", jpeg );&amp;nbsp;&lt;/STRONG&gt;in my script because I am trying to get some of the variability charts automated and to be saved in a ppt file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems like the script does not pass the debug test. Any idea why is this so ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12305i1D8812B22A0CF6D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 11:58:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71352#M35401</guid>
      <dc:creator>XiangCD_MP_User</dc:creator>
      <dc:date>2018-09-05T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to save my variability charts automatically in a script ?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71363#M35402</link>
      <description>&lt;P&gt;You need to save the picture from the Report output from the Variability Chart, not the platform itself. Below is the Save Picture example taken from the Scirpting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
//This message applies to all display box objects
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;
rbiv &amp;lt;&amp;lt; Save Picture( "path/to/example.png", "png" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Sep 2018 12:35:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71363#M35402</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-09-05T12:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to save my variability charts automatically in a script ?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71399#M35407</link>
      <description>&lt;P&gt;Thank you, Jim. It really helps. Thank you so much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I encountered another problem with this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12309i9F6A8E275D2C3F4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there anything wrong with my definition in the script ?&lt;/P&gt;&lt;P&gt;dt = open("Monitoring.jmp", invisible);&lt;/P&gt;&lt;P&gt;Close( dt, save ("C:\Users\Testing") );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ann&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 14:45:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71399#M35407</guid>
      <dc:creator>XiangCD_MP_User</dc:creator>
      <dc:date>2018-09-05T14:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to save my variability charts automatically in a script ?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71499#M35426</link>
      <description>&lt;P&gt;The syntax of the code you have specified is correct.&amp;nbsp; However, I can not verify that your&amp;nbsp;&lt;SPAN&gt;"Monitoring.jmp"&lt;/SPAN&gt; data table is available in the default directory.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 20:42:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71499#M35426</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-09-05T20:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to save my variability charts automatically in a script ?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71644#M35456</link>
      <description>Thanks for the great help, Jim.</description>
      <pubDate>Thu, 06 Sep 2018 16:01:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-am-I-unable-to-save-my-variability-charts-automatically-in-a/m-p/71644#M35456</guid>
      <dc:creator>XiangCD_MP_User</dc:creator>
      <dc:date>2018-09-06T16:01:48Z</dc:date>
    </item>
  </channel>
</rss>

