<?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 Workflow Recorder not recording PPT exports of Graph Builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Workflow-Recorder-not-recording-PPT-exports-of-Graph-Builder/m-p/730394#M91324</link>
    <description>&lt;P&gt;My JMP Pro 17 is not recording my PPT exports from Graph Builder.&lt;/P&gt;&lt;P&gt;It is only specific to PPT as I exported JPG,PNG PDF all are working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for help as of how to fix this. I will need to create a JSL script to export PPT of graphs daily for monitoring.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 03:31:28 GMT</pubDate>
    <dc:creator>JustMakingPlots</dc:creator>
    <dc:date>2024-03-07T03:31:28Z</dc:date>
    <item>
      <title>Workflow Recorder not recording PPT exports of Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Recorder-not-recording-PPT-exports-of-Graph-Builder/m-p/730394#M91324</link>
      <description>&lt;P&gt;My JMP Pro 17 is not recording my PPT exports from Graph Builder.&lt;/P&gt;&lt;P&gt;It is only specific to PPT as I exported JPG,PNG PDF all are working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for help as of how to fix this. I will need to create a JSL script to export PPT of graphs daily for monitoring.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 03:31:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Recorder-not-recording-PPT-exports-of-Graph-Builder/m-p/730394#M91324</guid>
      <dc:creator>JustMakingPlots</dc:creator>
      <dc:date>2024-03-07T03:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Recorder not recording PPT exports of Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Recorder-not-recording-PPT-exports-of-Graph-Builder/m-p/733532#M91490</link>
      <description>&lt;P&gt;Could be an oversight that it isn't being captured (or maybe there is some other reason...) but you could add custom step to your workflow.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
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 Presentation("$TEMP/jmp_example.pptx");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1710273043021.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62148i5235C16CFAD72867/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1710273043021.png" alt="jthi_0-1710273043021.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/display-box-messages.shtml?os=win&amp;amp;source=application#ww2164087" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/display-box-messages.shtml?os=win&amp;amp;source=application#ww2164087&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if I use simple example based on PDF (image) saving step&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1710273080306.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62149i884B4A880FD14782/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1710273080306.png" alt="jthi_1-1710273080306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and modify it a bit&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1710273216268.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62151i4F3AB7421AA91BCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1710273216268.png" alt="jthi_3-1710273216268.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Local({obj},
	obj = (Data Table("Big Class") &amp;lt;&amp;lt; Graph Builder(
		Variables(X(:weight), Y(:height)),
		Elements(Points(X, Y, Legend(3)), Smoother(X, Y, Legend(4)))
	)) &amp;lt;&amp;lt; Report;
	obj &amp;lt;&amp;lt; Save Presentation("$DOCUMENTS/jmp_example.pptx");
	obj &amp;lt;&amp;lt; Close Window;
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 19:54:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Recorder-not-recording-PPT-exports-of-Graph-Builder/m-p/733532#M91490</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-03-12T19:54:48Z</dc:date>
    </item>
  </channel>
</rss>

