<?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 save graph automatically from JMP to powerpoint using jsl in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17425#M15882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is your column name, "KLM 5, 6 Eff and IV Delta, KLM 5,6 Eff Line Delta", has an embedded comma. That's okay but you'll need to use the &lt;A href="http://www.jmp.com/support/help/JSL_Syntax_Rules.shtml"&gt;Name()&lt;/A&gt;&amp;nbsp; function when referring to it. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro"&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;obj&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; Control Chart&lt;STRONG&gt;(&lt;/STRONG&gt;Chart Col&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;"KLM 5, 6 Eff and IV Delta, KLM 5,6 Eff Line Delta"&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that will correct the error you're getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 14:21:30 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2016-03-10T14:21:30Z</dc:date>
    <item>
      <title>How to save graph automatically from JMP to powerpoint using jsl</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17424#M15881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had given a task to create an automation system which is to automatically save graph from JMP to power point. I already follow several tutorial from this page but it's did not work. I hope someone can help me or give suggestion. thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is script that i working on, the source of this script also from this page.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;/!&lt;/P&gt;&lt;P&gt;names default to here(1);&lt;/P&gt;&lt;P&gt;dt = open("$Line Delta - Shared\KLM 5, 6 Eff and IV Delta.jmp", invisible);&lt;/P&gt;&lt;P&gt;obj= Control Chart(Chart Col( :KLM 5, 6 Eff and IV Delta, KLM 5,6 Eff Line Delta));&lt;/P&gt;&lt;P&gt;Report(obj)[framebox(1)] &amp;lt;&amp;lt; Frame Size( 400, 184 );&lt;/P&gt;&lt;P&gt;Report(obj)[axisbox(2)] &amp;lt;&amp;lt; {Min( nrows()-N), Max( nrows()+1), Inc(10 ), Minor Ticks( 0 ), Rotated Labels( "vertical" )};&lt;/P&gt;&lt;P&gt;obj &amp;lt;&amp;lt; save picture( "Line.jpg", jpeg ); // picture name&lt;/P&gt;&lt;P&gt;Close( dt, save );//saves the chart with the extra rows, this way the ppt slide will be different when its opened the next time&lt;/P&gt;&lt;P&gt;Open("template.pptx"&lt;/P&gt;&lt;P&gt;); //powerpoint name&lt;/P&gt;&lt;P&gt;//note: close the ppt before running the script again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When i run this script, this error box appear.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11136_pastedImage_3.png" style="width: 458px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2831i97C662CF358BC2C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11136_pastedImage_3.png" alt="11136_pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 02:07:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17424#M15881</guid>
      <dc:creator>sismyra_93030</dc:creator>
      <dc:date>2016-10-19T02:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to save graph automatically from JMP to powerpoint using jsl</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17425#M15882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is your column name, "KLM 5, 6 Eff and IV Delta, KLM 5,6 Eff Line Delta", has an embedded comma. That's okay but you'll need to use the &lt;A href="http://www.jmp.com/support/help/JSL_Syntax_Rules.shtml"&gt;Name()&lt;/A&gt;&amp;nbsp; function when referring to it. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro"&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;obj&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; Control Chart&lt;STRONG&gt;(&lt;/STRONG&gt;Chart Col&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;"KLM 5, 6 Eff and IV Delta, KLM 5,6 Eff Line Delta"&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that will correct the error you're getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 14:21:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17425#M15882</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-03-10T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to save graph automatically from JMP to powerpoint using jsl</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17426#M15883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally the error had be solved, but unfortunately when i run this script the documents library automatically open. Not the graph from JMP as expected. &lt;/P&gt;&lt;P&gt;Do you have any suggestion about this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj= Control Chart(Chart Col( Column( :"KLM 5, 6 Eff and IV Delta",( " KLM 5,6 Eff Line Delta" ))));&lt;/P&gt;&lt;P&gt;Report(obj)[framebox(1)] &amp;lt;&amp;lt; Frame Size( 400, 184 );&lt;/P&gt;&lt;P&gt;Report(obj)[axisbox(2)] &amp;lt;&amp;lt; {Min( nrows()-N), Max( nrows()+1), Inc(10 ), Minor Ticks( 0 ), Rotated Labels( "vertical" )};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Maira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 03:29:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-graph-automatically-from-JMP-to-powerpoint-using-jsl/m-p/17426#M15883</guid>
      <dc:creator>sismyra_93030</dc:creator>
      <dc:date>2016-03-11T03:29:43Z</dc:date>
    </item>
  </channel>
</rss>

