<?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: Automating reports using JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1572#M1572</link>
    <description>It be ideal if the reports can be 'exported' automatically into Word or Excel. Would either of these ways achieve this?</description>
    <pubDate>Mon, 29 Mar 2010 14:20:11 GMT</pubDate>
    <dc:creator>bernard_mckeown</dc:creator>
    <dc:date>2010-03-29T14:20:11Z</dc:date>
    <item>
      <title>Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1567#M1567</link>
      <description>Any suggestions about how I could automate generating 40 - 50 reports of data that I have analysed in JMP on a weekly basis? Cutting and pasting would be too slow.</description>
      <pubDate>Fri, 26 Mar 2010 17:09:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1567#M1567</guid>
      <dc:creator>bernard_mckeown</dc:creator>
      <dc:date>2010-03-26T17:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1568#M1568</link>
      <description>Not knowing where you are starting from ... Assuming you already have JSL scripts.&lt;BR /&gt;&lt;BR /&gt;I do this regularly by first generating jsl scripts for the reports and then executing a PERL script to run on some schedule. The PERL code for starting JMP and executing a jsl script looks like this...&lt;BR /&gt;&lt;BR /&gt;runJMP();&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sub runJMP{&lt;BR /&gt;  #----------------------------------------------------#  &lt;BR /&gt;  # RUN JMP ? #&lt;BR /&gt;  #----------------------------------------------------#&lt;BR /&gt;  print "\nProcessing JSL file... (put in your JSL script file name here)\n";&lt;BR /&gt;  unless($jmp = Win32::OLE -&amp;gt; new("JMP.Application")){&lt;BR /&gt;     print "\nError opening JMP. Aborting. &lt;ENTER&gt; to exit.";&lt;BR /&gt;     &lt;STDIN&gt;; &lt;BR /&gt;     #~ exit; # this line can be used to exit/abort if you can't start JMP&lt;BR /&gt;  }&lt;BR /&gt;  $jmp -&amp;gt; {Visible} = 'true';&lt;BR /&gt;  $jmp -&amp;gt; RunJSLFile("yourfile.jsl");&lt;BR /&gt;}&lt;/STDIN&gt;&lt;/ENTER&gt;</description>
      <pubDate>Fri, 26 Mar 2010 17:22:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1568#M1568</guid>
      <dc:creator>notsonimble</dc:creator>
      <dc:date>2010-03-26T17:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1569#M1569</link>
      <description>Automation via MS COM is a great way to go - choose your favorite scripting tool and away you go.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;http://www.jmp.com/software/whitepapers/pdfs/automating_jmp_wp.pdf&lt;BR /&gt;and&lt;BR /&gt;http://www.nesug.org/Proceedings/nesug09/ap/ap09.pdf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;-Matt</description>
      <pubDate>Fri, 26 Mar 2010 23:25:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1569#M1569</guid>
      <dc:creator>mattf</dc:creator>
      <dc:date>2010-03-26T23:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1570#M1570</link>
      <description>Thank you</description>
      <pubDate>Mon, 29 Mar 2010 14:17:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1570#M1570</guid>
      <dc:creator>bernard_mckeown</dc:creator>
      <dc:date>2010-03-29T14:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1571#M1571</link>
      <description>Thank you</description>
      <pubDate>Mon, 29 Mar 2010 14:18:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1571#M1571</guid>
      <dc:creator>bernard_mckeown</dc:creator>
      <dc:date>2010-03-29T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1572#M1572</link>
      <description>It be ideal if the reports can be 'exported' automatically into Word or Excel. Would either of these ways achieve this?</description>
      <pubDate>Mon, 29 Mar 2010 14:20:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1572#M1572</guid>
      <dc:creator>bernard_mckeown</dc:creator>
      <dc:date>2010-03-29T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1573#M1573</link>
      <description>That is the beauty of COM scripting your JMP application from outside of JMP.&lt;BR /&gt;&lt;BR /&gt;One can mix and match and tie PC apps together.  Just as one can script JMP from Perl/TCL/Python/etc.  One can also script Word, Excel, PowerPoint, etc as well.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;-Matt&lt;BR /&gt;&lt;BR /&gt;&amp;lt;-&lt;BR /&gt;#!c:\Perl\bin\perl.exe&lt;BR /&gt;use Win32::OLE;&lt;BR /&gt;# http://support.microsoft.com/kb/214797&lt;BR /&gt;print "#######################################################","\n";&lt;BR /&gt;# get already active Excel application or open new session&lt;BR /&gt;# Start JMP and make it visible&lt;BR /&gt;my $jmp = Win32::OLE-&amp;gt;new('JMP.Application');&lt;BR /&gt;$jmp-&amp;gt;{Visible} = 1;&lt;BR /&gt;&lt;BR /&gt;# __ Open existing data table&lt;BR /&gt;my $doc = $jmp-&amp;gt;OpenDocument("C:\\temp\\Big class.jmp");&lt;BR /&gt;$jmp-&amp;gt;{Visible}=1;&lt;BR /&gt;&lt;BR /&gt;#__ the classic&lt;BR /&gt;my $dt = $jmp-&amp;gt;NewDataTable("Hello World.jmp");&lt;BR /&gt;my $col = $dt-&amp;gt;NewColumn(Col1, 1, 0, 8);&lt;BR /&gt;&lt;BR /&gt;#__ You must add rows before populating the table with data&lt;BR /&gt;$dt-&amp;gt;AddRows(20, 0);&lt;BR /&gt;&lt;BR /&gt;#__ Set Cell values to increments of 1&lt;BR /&gt;for (my $i=1; $i&amp;lt;=20; $i+=1)&lt;BR /&gt;{&lt;BR /&gt;	$col-&amp;gt;SetCellVal($i, $i);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;my $col2 = $dt-&amp;gt;NewColumn(Col2, 1, 0, 8);&lt;BR /&gt;for (my $i=1; $i&amp;lt;=20; $i+=1)&lt;BR /&gt;{&lt;BR /&gt;$col2-&amp;gt;SetCellVal($i,$i + 5);&lt;BR /&gt;}&lt;BR /&gt;my $col3 =$dt-&amp;gt;NewColumn(Col3, 1, 0, 8);&lt;BR /&gt;$col3-&amp;gt;AddFormula("Col1 + Col2");&lt;BR /&gt;$dt-&amp;gt;{Visible} = 1;&lt;BR /&gt;&lt;BR /&gt;# return those JMP calculated values back to perl&lt;BR /&gt;my $x = $col3-&amp;gt;GetDataVector;&lt;BR /&gt;&lt;BR /&gt;# Start Excel and make it visible&lt;BR /&gt;my $xlApp = Win32::OLE-&amp;gt;new('Excel.Application');&lt;BR /&gt;$xlApp-&amp;gt;{Visible} = 1;&lt;BR /&gt;&lt;BR /&gt;# Create a new workbook&lt;BR /&gt;my $xlBook = $xlApp-&amp;gt;Workbooks-&amp;gt;Add;&lt;BR /&gt;&lt;BR /&gt;# Write all the data at once...&lt;BR /&gt;my $rng = $xlBook-&amp;gt;ActiveSheet-&amp;gt;Range("A1:C7");&lt;BR /&gt;$rng-&amp;gt;{Value} = $x;&lt;BR /&gt;&lt;BR /&gt;-&amp;gt;</description>
      <pubDate>Fri, 02 Apr 2010 16:15:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1573#M1573</guid>
      <dc:creator>mattf</dc:creator>
      <dc:date>2010-04-02T16:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1574#M1574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I try to use 'save PDF' to automatically export reports / journals to a .pdf file. I currently found no documentation on the parameters of this function. What I miss is all that is available when saving to pdf-format using to SaveAs menu item, expecially 'Paper Size' and 'Page Scale'.&lt;BR /&gt;&lt;BR /&gt;Is there a generally an overview in ALL available parameters per function? I had a similar problem when strying to stack columns because 'Stack By Row' was actually hidden in the JSL documentation - which is still poor in JMP 9.</description>
      <pubDate>Wed, 22 Dec 2010 10:11:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1574#M1574</guid>
      <dc:creator />
      <dc:date>2010-12-22T10:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1575#M1575</link>
      <description>We are about to release a script (for JMP 8 users) and an addin (for JMP 9) that exports to PDF. If you want to read of the announcement - please sign up to our announcement list at:&lt;BR /&gt;http://ethreemail.com/subscribe?g=6ed2a67d&lt;BR /&gt;&lt;BR /&gt;You can unsubscribe at any time and your email address will NOT be given to any third parties or used for any other purpose.&lt;BR /&gt;&lt;BR /&gt;Watch for a Powerpoint export as well.</description>
      <pubDate>Wed, 22 Dec 2010 15:36:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1575#M1575</guid>
      <dc:creator>wjlevin</dc:creator>
      <dc:date>2010-12-22T15:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reports using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1576#M1576</link>
      <description>I should add - I'll put download information on this thread as well - but I won't be able to keep you up to date with it - hence why I'm suggesting that if you're interested, get on our Announce list.</description>
      <pubDate>Wed, 22 Dec 2010 16:09:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automating-reports-using-JMP/m-p/1576#M1576</guid>
      <dc:creator>wjlevin</dc:creator>
      <dc:date>2010-12-22T16:09:18Z</dc:date>
    </item>
  </channel>
</rss>

