<?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>article Take the JMP Add-In challenge in JMP Blog</title>
    <link>https://community.jmp.com/t5/JMP-Blog/Take-the-JMP-Add-In-challenge/ba-p/30030</link>
    <description>&lt;P&gt;Many companies have developed custom applications using JSL (JMP Scripting Language). These applications put the rich analytic capability and dynamic interactive graphics of &lt;A href="http://jmp.com/software"&gt;JMP&lt;/A&gt; into the hands of hundreds of analysts who make critical decisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, JSL can also be used to extend JMP more generally by adding new features for data manipulation or cleanup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using JSL in this way is handy for all JMP users.&amp;nbsp;You see, while we have a very talented team of developers, there are always requests that they just don't have time to get to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fortunately, with JSL, the JMP user community can add new features to JMP for themselves and each other. To that end, I've got a challenge for all you JSL developers out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;The challenge&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recently got a request for an option to cause the re-evaluation of the formulas for one or more columns. This can be useful if the columns have a stochastic result (for example by using one of the random number generators) and you want to get a new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, there is a way to force the re-evaluation of a column formula, but you have to open the formula editor for each column and click the "Apply" button. If you want to do this for lots of columns, that's a bit tedious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, with JSL, you can send the "Eval Formula" message to a column and avoid the Formula Editor all together. What's missing is a simple user interface to select a column or columns with formulas and then send this message to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my challenge to you is to create a JMP Add-in that lets a user select one or more formula-based columns and re-runs the formulas in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To respond to this challenge, create your add-in and send it to me via email to&amp;nbsp;&lt;A href="mailto:Jeff.Perkinson@jmp.com?subject=JMP add-in challenge"&gt;Jeff.Perkinson@jmp.com&lt;/A&gt;.&amp;nbsp;Use the subject line “&lt;STRONG&gt;JMP Add-In Challenge&lt;/STRONG&gt;.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll assemble a crack team of judges here, and we'll pick the top&lt;SUP&gt;&lt;A name="Footnote1"&gt;&lt;/A&gt;1&lt;/SUP&gt; few to post to the &lt;A href="http://support.sas.com/demosdownloads/sysdep_t4.jsp?packageID=000416&amp;amp;jmpflag=Y"&gt;JMP File Exchange&lt;/A&gt;. Then we'll let the JMP user community vote on them using the rating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The winner will get a fabulous JMP logo item – plus the glory of having your add-in featured on the &lt;A href="http://jmp.com/software/add-ins.shtml?utm_source=jmp9&amp;amp;utm_medium=software"&gt;JMP Add-Ins page&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you already know JSL, get coding. If you don't know JSL, this is a nice well-defined task that would make a great first programming project. Either way, send me your add-in by &lt;STRONG&gt;Sept. 30&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking forward to your entries!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;&lt;A name="Footnote1"&gt;&lt;/A&gt;&lt;A name="Footnote1"&gt;&lt;/A&gt;1&lt;/SUP&gt;Judging will be based on originality, efficiency and how well the add-in meets (or exceeds!) the requirements.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2011 15:00:47 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2011-09-08T15:00:47Z</dc:date>
    <item>
      <title>Take the JMP Add-In challenge</title>
      <link>https://community.jmp.com/t5/JMP-Blog/Take-the-JMP-Add-In-challenge/ba-p/30030</link>
      <description>&lt;P&gt;Many companies have developed custom applications using JSL (JMP Scripting Language). These applications put the rich analytic capability and dynamic interactive graphics of &lt;A href="http://jmp.com/software"&gt;JMP&lt;/A&gt; into the hands of hundreds of analysts who make critical decisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, JSL can also be used to extend JMP more generally by adding new features for data manipulation or cleanup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using JSL in this way is handy for all JMP users.&amp;nbsp;You see, while we have a very talented team of developers, there are always requests that they just don't have time to get to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fortunately, with JSL, the JMP user community can add new features to JMP for themselves and each other. To that end, I've got a challenge for all you JSL developers out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;The challenge&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recently got a request for an option to cause the re-evaluation of the formulas for one or more columns. This can be useful if the columns have a stochastic result (for example by using one of the random number generators) and you want to get a new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, there is a way to force the re-evaluation of a column formula, but you have to open the formula editor for each column and click the "Apply" button. If you want to do this for lots of columns, that's a bit tedious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, with JSL, you can send the "Eval Formula" message to a column and avoid the Formula Editor all together. What's missing is a simple user interface to select a column or columns with formulas and then send this message to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my challenge to you is to create a JMP Add-in that lets a user select one or more formula-based columns and re-runs the formulas in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To respond to this challenge, create your add-in and send it to me via email to&amp;nbsp;&lt;A href="mailto:Jeff.Perkinson@jmp.com?subject=JMP add-in challenge"&gt;Jeff.Perkinson@jmp.com&lt;/A&gt;.&amp;nbsp;Use the subject line “&lt;STRONG&gt;JMP Add-In Challenge&lt;/STRONG&gt;.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll assemble a crack team of judges here, and we'll pick the top&lt;SUP&gt;&lt;A name="Footnote1"&gt;&lt;/A&gt;1&lt;/SUP&gt; few to post to the &lt;A href="http://support.sas.com/demosdownloads/sysdep_t4.jsp?packageID=000416&amp;amp;jmpflag=Y"&gt;JMP File Exchange&lt;/A&gt;. Then we'll let the JMP user community vote on them using the rating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The winner will get a fabulous JMP logo item – plus the glory of having your add-in featured on the &lt;A href="http://jmp.com/software/add-ins.shtml?utm_source=jmp9&amp;amp;utm_medium=software"&gt;JMP Add-Ins page&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you already know JSL, get coding. If you don't know JSL, this is a nice well-defined task that would make a great first programming project. Either way, send me your add-in by &lt;STRONG&gt;Sept. 30&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking forward to your entries!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;&lt;A name="Footnote1"&gt;&lt;/A&gt;&lt;A name="Footnote1"&gt;&lt;/A&gt;1&lt;/SUP&gt;Judging will be based on originality, efficiency and how well the add-in meets (or exceeds!) the requirements.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 15:00:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/JMP-Blog/Take-the-JMP-Add-In-challenge/ba-p/30030</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2011-09-08T15:00:47Z</dc:date>
    </item>
  </channel>
</rss>

