<?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: Why is there an empty table if you don't add wait（）? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664419#M85276</link>
    <description>&lt;P&gt;Formulas do need time to finish evaluation and maybe end data update doesn't force the wait for evaluation to happen. Usually you want to use &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/data-table-messages.shtml?os=win&amp;amp;source=application#ww1920217" target="_blank" rel="noopener"&gt;&amp;lt;&amp;lt; Run Formulas&lt;/A&gt; if you wish to wait for formula evaluation to finish instead of wait(). In other cases (not formulas), most of the time, using &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/programming-functions.shtml?os=win&amp;amp;source=application#ww5023341" target="_blank" rel="noopener"&gt;wait(0)&lt;/A&gt; is enough&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 15:09:59 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-08-01T15:09:59Z</dc:date>
    <item>
      <title>Why is there an empty table if you don't add wait（）?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664414#M85275</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;kz = dthz &amp;lt;&amp;lt; get rows where( Is Missing( :USL ) &amp;amp; Is Missing( :LSL ) );
dthz &amp;lt;&amp;lt; delete rows( kz );
dthz &amp;lt;&amp;lt; New Column( "FAIx", "character" );
dthz &amp;lt;&amp;lt; begin data update;
dthz:FAIx &amp;lt;&amp;lt; set formula( If( Col Number( :FAI#, :FAI# ) &amp;gt; 1, :FAI# || "_" || Char( Col Rank( :FAI#, :FAI# ) ), :FAI# ) );
dthz &amp;lt;&amp;lt; end data update;&lt;BR /&gt;
Wait( 1 );//have to add
dt2 = dt1 &amp;lt;&amp;lt; Join(
	With( dthz ),
	Select( all ),
	SelectWith( :FAIx ),
	By Matching Columns( :FAI# = :FAI#，:USL = :USL, :LSL = :LSL ),
	Drop multiples( 0, 0 ),
	Include Nonmatches( 1, 0 ),
	Preserve main table order( 1 ),
	Output Table( "221" ),
	invisible
);
wait(1);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;The following code, before and after the addition of wait () to run normally; otherwise the back of the join this statement will be linked to the empty table reported error, saying that this is empty, what is the reason ah, sometimes normal, most of the time the empty table.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 15:02:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664414#M85275</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2023-08-01T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there an empty table if you don't add wait（）?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664419#M85276</link>
      <description>&lt;P&gt;Formulas do need time to finish evaluation and maybe end data update doesn't force the wait for evaluation to happen. Usually you want to use &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/data-table-messages.shtml?os=win&amp;amp;source=application#ww1920217" target="_blank" rel="noopener"&gt;&amp;lt;&amp;lt; Run Formulas&lt;/A&gt; if you wish to wait for formula evaluation to finish instead of wait(). In other cases (not formulas), most of the time, using &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/programming-functions.shtml?os=win&amp;amp;source=application#ww5023341" target="_blank" rel="noopener"&gt;wait(0)&lt;/A&gt; is enough&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 15:09:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664419#M85276</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-01T15:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there an empty table if you don't add wait（）?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664654#M85314</link>
      <description>&lt;P&gt;Thanks. Got it.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 00:16:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-an-empty-table-if-you-don-t-add-wait/m-p/664654#M85314</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2023-08-02T00:16:32Z</dc:date>
    </item>
  </channel>
</rss>

