<?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 delete some rows in a table box from a Variability Summary table? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/609036#M81029</link>
    <description>&lt;P&gt;You need to use the Table Box object to affect rows. See Help &amp;gt; Scripting Index &amp;gt; Display Boxes &amp;gt; TableBox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="del row.PNG" style="width: 958px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50801i5D0F48C5DC7A3976/image-size/large?v=v2&amp;amp;px=999" role="button" title="del row.PNG" alt="del row.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 15:30:40 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2023-03-07T15:30:40Z</dc:date>
    <item>
      <title>How to delete some rows in a table box from a Variability Summary table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/608991#M81025</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a "Variability Chart" with the associated "Variability Summary" table which includes 32 rows.&lt;/P&gt;&lt;P&gt;In this Summary table, I need to keep only the first 11 rows and to delete all the others.&lt;/P&gt;&lt;P&gt;In the Show Tree Structure (see below snapshot), I can see the StringColBox and the NumberColBox I want to modify.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I have tried the "Remove Element" function.&lt;/P&gt;&lt;P&gt;This function returns no error, however no rows are deleted in my summary table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below an extract of the code, I have tried:&lt;/P&gt;&lt;P&gt;rVarChart = VarChart &amp;lt;&amp;lt; Report;&lt;/P&gt;&lt;P&gt;rVarChart["Variability Summary?"][NumberColBox("Observations")] &amp;lt;&amp;lt; remove element ( 12 );&lt;/P&gt;&lt;P&gt;In addition, this function works for the StringColBox but not for all the rows I want to delete...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which function and what code should I use to perform this action in my Variability Summary Table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fab&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tree Structure.png" style="width: 437px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50794i6B2208FC36F795BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Tree Structure.png" alt="Tree Structure.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:31:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/608991#M81025</guid>
      <dc:creator>FabSTM</dc:creator>
      <dc:date>2023-06-08T16:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete some rows in a table box from a Variability Summary table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/609036#M81029</link>
      <description>&lt;P&gt;You need to use the Table Box object to affect rows. See Help &amp;gt; Scripting Index &amp;gt; Display Boxes &amp;gt; TableBox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="del row.PNG" style="width: 958px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50801i5D0F48C5DC7A3976/image-size/large?v=v2&amp;amp;px=999" role="button" title="del row.PNG" alt="del row.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:30:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/609036#M81029</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-03-07T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete some rows in a table box from a Variability Summary table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/611099#M81163</link>
      <description>&lt;P&gt;After reading your solution, I have tried unsuccessfully several jsl codes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of what I have tried:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rVarChart = VarChart &amp;lt;&amp;lt; Report; // VarChart is my Variability Chart which includes the Variability Summary table&lt;/LI&gt;&lt;LI&gt;tb = rVarChart["Variability Summary?"][TableBox(1)];&lt;/LI&gt;&lt;LI&gt;tb &amp;lt;&amp;lt; select; // I can select/deselect the Variability Summary table&lt;/LI&gt;&lt;LI&gt;tb &amp;lt;&amp;lt; delete row (2); // I get the message "Unable to delete row 2 from table"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is missing or incorrect in this code?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FabSTM&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:40:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/611099#M81163</guid>
      <dc:creator>FabSTM</dc:creator>
      <dc:date>2023-03-13T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete some rows in a table box from a Variability Summary table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/674532#M86183</link>
      <description>&lt;P&gt;Any response on this?&amp;nbsp; I too need to do something similar -- the first row is of a different domain / different type than all the other rows and I'd like to remove it, but I'm not seeing how to&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 17:26:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/674532#M86183</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2023-09-05T17:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete some rows in a table box from a Variability Summary table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/676339#M86302</link>
      <description>&lt;P&gt;Deleting from a live report is restricted in many situations and this is one of them.&amp;nbsp; If you journal the report then you should be able to successfully delete rows from the table box.&amp;nbsp; If simply hiding the rows is good enough and you are running Jmp 17 then you can try filtering out the rows so they don't get shown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Names Default To Here( 1 );&lt;BR /&gt;dt = Open( "$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp" );&lt;BR /&gt;obj = dt &amp;lt;&amp;lt; Variability Chart( Y( :Measurement ), X( :Operator, :part# ) );&lt;BR /&gt;obj &amp;lt;&amp;lt; (Variability Analysis[1] &amp;lt;&amp;lt; Variability Summary Report( 1 ));&lt;BR /&gt;tb = (obj&amp;lt;&amp;lt;report)["Variability Summary?"][TableBox(1)];&lt;BR /&gt;tb &amp;lt;&amp;lt; filter where(Observations &amp;gt; 4)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:18:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delete-some-rows-in-a-table-box-from-a-Variability/m-p/676339#M86302</guid>
      <dc:creator>DaveB</dc:creator>
      <dc:date>2023-09-11T12:18:39Z</dc:date>
    </item>
  </channel>
</rss>

