<?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: how to do a 'smart' wait in JSL ? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537985#M75927</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;RunFormulas;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;is the best. It was invented for this.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 11:09:31 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2022-08-30T11:09:31Z</dc:date>
    <item>
      <title>how to do a 'smart' wait in JSL ?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537961#M75925</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using JSL to add some formula to a large table (10's millions of rows).&lt;/P&gt;&lt;P&gt;The next line of code is using to data of the formula, but if it's executed without wait - the data it sees is empty.&lt;/P&gt;&lt;P&gt;Adding a wait of few seconds solves it but I want to have a robust way to wait just the required amount of time (which depends on the size&amp;nbsp;&lt;BR /&gt;of the table which can vary).&lt;/P&gt;&lt;P&gt;Is there a way to know when the command actually finished populating the table?&lt;/P&gt;&lt;P&gt;Using JMP 15&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:08:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537961#M75925</guid>
      <dc:creator>shlomi_bakish</dc:creator>
      <dc:date>2023-06-09T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to do a 'smart' wait in JSL ?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537978#M75926</link>
      <description>&lt;P&gt;You can try either of these&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Wait( 0 );
//or
dt &amp;lt;&amp;lt; rerun formulas;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 Aug 2022 18:25:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537978#M75926</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-27T18:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to do a 'smart' wait in JSL ?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537985#M75927</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;RunFormulas;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;is the best. It was invented for this.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 11:09:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-do-a-smart-wait-in-JSL/m-p/537985#M75927</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-08-30T11:09:31Z</dc:date>
    </item>
  </channel>
</rss>

