<?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: Automation of Reports for PowerPoint Templates with JMP 15 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/408933#M65868</link>
    <description>&lt;P&gt;maybe try doing it like this?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Byron-Wingerd-s-Blog/Saving-a-list-of-control-charts-as-graphic-files/ba-p/33181" target="_blank"&gt;https://community.jmp.com/t5/Byron-Wingerd-s-Blog/Saving-a-list-of-control-charts-as-graphic-files/ba-p/33181&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 21:57:47 GMT</pubDate>
    <dc:creator>Byron_JMP</dc:creator>
    <dc:date>2021-08-11T21:57:47Z</dc:date>
    <item>
      <title>Automation of Reports for PowerPoint Templates with JMP 15</title>
      <link>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/399250#M65007</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I run weekly reports on physiochemical attributes. The old process was to manually input data from excel into JMP. After entering the new data into JMP two scripts are run: Run Chart and Control Chart scripts, that are saved to the Data Table. These scripts have limits of precision and formatting applied (or saved into the scripts). Then the charts are copy &amp;amp; pasted one by one into a PowerPoint presentation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was wondering can this process be automated?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have added a script that allows me to automatically update the Data Table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to be able to simply generate the PowerPoint presentation with just a click of a button instead of having to copy and paste each graph into the report.&lt;BR /&gt;&lt;BR /&gt;Every script I have attempted always lets me down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if anyone could point me in the right direction or if this can even be done (see below).&lt;BR /&gt;&lt;BR /&gt;In my head I would like -&lt;BR /&gt;1. A script to update the data table ( I have achieved already)&lt;BR /&gt;2. Run scripts for Run Charts and Control Charts so I can update the x axis (drag new data in and drag the old data off the x-axis. Then save the updated graphs&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;STRONG&gt;Add a final script that would automatically add the updated Run Charts and Control Charts to a formatted PowerPoint presentation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Thanks for any advice.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:15:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/399250#M65007</guid>
      <dc:creator>seanwrenn</dc:creator>
      <dc:date>2023-06-11T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of Reports for PowerPoint Templates with JMP 15</title>
      <link>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/408933#M65868</link>
      <description>&lt;P&gt;maybe try doing it like this?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Byron-Wingerd-s-Blog/Saving-a-list-of-control-charts-as-graphic-files/ba-p/33181" target="_blank"&gt;https://community.jmp.com/t5/Byron-Wingerd-s-Blog/Saving-a-list-of-control-charts-as-graphic-files/ba-p/33181&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 21:57:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/408933#M65868</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2021-08-11T21:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of Reports for PowerPoint Templates with JMP 15</title>
      <link>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/913050#M107288</link>
      <description>&lt;P data-start="122" data-end="132"&gt;Hi Sean,&lt;/P&gt;
&lt;P data-start="134" data-end="438"&gt;Yes, your process can definitely be automated with the right combination of scripting in JMP and PowerPoint integration. Since you’ve already automated updating your Data Table, the next steps would be to script the chart generation and then export those charts directly into a PowerPoint presentation.&lt;/P&gt;
&lt;OL data-start="440" data-end="1341"&gt;
&lt;LI data-start="440" data-end="705"&gt;
&lt;P data-start="443" data-end="705"&gt;&lt;STRONG data-start="443" data-end="463"&gt;Chart Automation&lt;/STRONG&gt;: You can create a JMP script that automatically runs your Run Chart and Control Chart scripts on the updated data. Make sure the scripts are modular so that they accept the new Data Table as input, updating axes and formatting dynamically.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="707" data-end="1147"&gt;
&lt;P data-start="710" data-end="1147"&gt;&lt;STRONG data-start="710" data-end="734"&gt;Export to PowerPoint&lt;/STRONG&gt;: JMP scripting (JSL) allows you to export graphs as images or directly interact with COM objects in PowerPoint (on Windows). You could write a final script that takes all the updated charts and inserts them into a pre-formatted PowerPoint template. If you don’t have a ready template, using&lt;A href="https://slidesbrain.com/product-category/free-templates/" target="_self"&gt; &lt;STRONG data-start="1026" data-end="1055"&gt;Free PowerPoint Templates&lt;/STRONG&gt;&lt;/A&gt; available online can help you maintain consistent formatting, slide layout, and branding.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1149" data-end="1341"&gt;
&lt;P data-start="1152" data-end="1341"&gt;&lt;STRONG data-start="1152" data-end="1176"&gt;One-Click Automation&lt;/STRONG&gt;: By combining these steps into a master JSL script, you can generate the complete presentation with just one click, bypassing the manual copy-paste step entirely.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="1343" data-end="1567"&gt;You might want to start by testing chart export functions to PNG or EMF, then automate inserting those images into a PowerPoint slide. Once that works reliably, you can extend it to fully formatted slides using a template.&lt;/P&gt;
&lt;P data-start="1569" data-end="1726"&gt;If you need, I can share a small example script snippet for exporting JMP charts to PowerPoint slides—it’s a great way to get started with full automation.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 11:54:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/913050#M107288</guid>
      <dc:creator>Slidesbrain</dc:creator>
      <dc:date>2025-11-13T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of Reports for PowerPoint Templates with JMP 15</title>
      <link>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/913155#M107301</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We've already had to do this for a client with the exact same request. Ultimately, what we did was use a JSL script that copied the (empty) PPTX template and then populated it incrementally with elements from JMP analysis, like control charts etc, using JSL command 'Save Presentation' . However, the result was a bit "raw," so we added a layer by calling a VBA script (or a Python script with the package pptx) within the JSL to format the rendering (centering images, font size, header, etc.).&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Abstracts/From-Data-to-Decision-Automated-SQC-Reporting-and-Seamless-MES/ev-p/822847?profile.language=en" target="_blank"&gt;https://community.jmp.com/t5/Abstracts/From-Data-to-Decision-Automated-SQC-Reporting-and-Seamless-MES/ev-p/822847?profile.language=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 15:58:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automation-of-Reports-for-PowerPoint-Templates-with-JMP-15/m-p/913155#M107301</guid>
      <dc:creator>SophieCuvillier</dc:creator>
      <dc:date>2025-11-13T15:58:46Z</dc:date>
    </item>
  </channel>
</rss>

