<?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: stop all evaluations? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/766126#M94609</link>
    <description>&lt;P&gt;triggered by&amp;nbsp;&lt;LI-MESSAGE title="Turn off &amp;amp;quot;Suppress Eval&amp;amp;quot; on all columns" uid="766058" url="https://community.jmp.com/t5/Discussions/Turn-off-quot-Suppress-Eval-quot-on-all-columns/m-p/766058#U766058" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1718435500408.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65252i818CBD4FD2CAF416/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1718435500408.png" alt="hogi_0-1718435500408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;maybe could help - it's universal enough that one just has to find a way to call it despite the non-responding JMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here it works:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = new table("test");
new column("test", Formula(for(i=1,i&amp;gt;0,i++, print(i))));
Suppress Formula Eval(1) &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... but I tried to generate a command in the main menu and assigned a Keyboard shortcut.&lt;/P&gt;&lt;P&gt;Here, JMP is already too busy to react on my input : (&lt;BR /&gt;Any idea?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jun 2024 07:16:38 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-06-15T07:16:38Z</dc:date>
    <item>
      <title>stop all evaluations?</title>
      <link>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/529696#M75305</link>
      <description>&lt;P&gt;Is there a keyboard shortcut to stop all running Column Formula Evaluations?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:06:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/529696#M75305</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-09T17:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: stop all evaluations?</title>
      <link>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/529859#M75318</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To turn off formula evaluation for all formulas, click the red triangle next to the data table name and select&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="command"&gt;&lt;SPAN class="Search_Result_Highlight"&gt;Suppress&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Formula Eval&lt;/SPAN&gt;&lt;SPAN&gt;. To re-evaluate formulas, click the red triangle next to the data table name and select&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="command"&gt;Rerun Formulas&lt;/SPAN&gt;&lt;SPAN&gt;. You can also click the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="command"&gt;Apply&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;button in the Formula Editor for each column that contains a pending formula.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_2-1659536908762.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44541i9EF067FF7C4288BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_2-1659536908762.png" alt="txnelson_2-1659536908762.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:28:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/529859#M75318</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-03T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: stop all evaluations?</title>
      <link>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/766124#M94608</link>
      <description>&lt;P&gt;The application case:&lt;BR /&gt;an erroneous column formula which prevents me from doing anything in JMP till the evaluation is stopped:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = new table("test");
new column("infinite loop", Formula(for(i=1,i&amp;gt;0,i++, print(i))));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Jun 2024 07:10:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/766124#M94608</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-06-15T07:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: stop all evaluations?</title>
      <link>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/766126#M94609</link>
      <description>&lt;P&gt;triggered by&amp;nbsp;&lt;LI-MESSAGE title="Turn off &amp;amp;quot;Suppress Eval&amp;amp;quot; on all columns" uid="766058" url="https://community.jmp.com/t5/Discussions/Turn-off-quot-Suppress-Eval-quot-on-all-columns/m-p/766058#U766058" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1718435500408.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65252i818CBD4FD2CAF416/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1718435500408.png" alt="hogi_0-1718435500408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;maybe could help - it's universal enough that one just has to find a way to call it despite the non-responding JMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here it works:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = new table("test");
new column("test", Formula(for(i=1,i&amp;gt;0,i++, print(i))));
Suppress Formula Eval(1) &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... but I tried to generate a command in the main menu and assigned a Keyboard shortcut.&lt;/P&gt;&lt;P&gt;Here, JMP is already too busy to react on my input : (&lt;BR /&gt;Any idea?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 07:16:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/stop-all-evaluations/m-p/766126#M94609</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-06-15T07:16:38Z</dc:date>
    </item>
  </channel>
</rss>

