<?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 JSL Test for Formula Column Evaluations Done in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85971#M38402</link>
    <description>&lt;P&gt;I'm using JSL to import some data from csv files and to create some new formula columns.&amp;nbsp; Before proceeding with additional steps, I want to test for whether the new formula columns have completed their evaluations.&amp;nbsp; Currently, I use the Wait() command but that seems like an unelegant and inefficient way to complete the evaluation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked in the help manual but can't find a JSL command that allows me to test for whether the Evaluations in my new formula columns have been completed.&amp;nbsp; Does anyone either know of a command or a method that allows the JSL to wait only as long as is necessary for the formulas to be evaluated before proceeding.&amp;nbsp; Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 16:39:18 GMT</pubDate>
    <dc:creator>terapin</dc:creator>
    <dc:date>2018-12-17T16:39:18Z</dc:date>
    <item>
      <title>JSL Test for Formula Column Evaluations Done</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85971#M38402</link>
      <description>&lt;P&gt;I'm using JSL to import some data from csv files and to create some new formula columns.&amp;nbsp; Before proceeding with additional steps, I want to test for whether the new formula columns have completed their evaluations.&amp;nbsp; Currently, I use the Wait() command but that seems like an unelegant and inefficient way to complete the evaluation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked in the help manual but can't find a JSL command that allows me to test for whether the Evaluations in my new formula columns have been completed.&amp;nbsp; Does anyone either know of a command or a method that allows the JSL to wait only as long as is necessary for the formulas to be evaluated before proceeding.&amp;nbsp; Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:39:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85971#M38402</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2018-12-17T16:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Test for Formula Column Evaluations Done</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85982#M38403</link>
      <description>&lt;P&gt;Try something like (from 'Help &amp;gt; Scripting Index'):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Central Limit Theorem.jmp" );
dt &amp;lt;&amp;lt; Add Rows( 100 );
dt &amp;lt;&amp;lt; Rerun Formulas;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:49:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85982#M38403</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2018-12-17T16:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Test for Formula Column Evaluations Done</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85983#M38404</link>
      <description>&lt;P&gt;Thanks Ian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was very easy!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 17:13:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85983#M38404</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2018-12-17T17:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Test for Formula Column Evaluations Done</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85985#M38406</link>
      <description>&lt;P&gt;dt &amp;lt;&amp;lt; run formulas;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 17:31:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-for-Formula-Column-Evaluations-Done/m-p/85985#M38406</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-12-17T17:31:38Z</dc:date>
    </item>
  </channel>
</rss>

