<?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: Editing rows in a large data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924426#M108266</link>
    <description>&lt;P&gt;Sounds like you got what you needed.&amp;nbsp; But in case someone comes here actually trying to just delete every other row, here's another way:&lt;/P&gt;
&lt;P&gt;Create a new formula column with this formula:&amp;nbsp;&amp;nbsp;Mod&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Row&lt;SPAN class="s1"&gt;(), &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;2&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Then click either the "0" or "1" in the header graph and then select Rows -&amp;gt; Delete Rows.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2026 14:21:13 GMT</pubDate>
    <dc:creator>BHarris</dc:creator>
    <dc:date>2026-01-16T14:21:13Z</dc:date>
    <item>
      <title>Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924198#M108238</link>
      <description>&lt;P&gt;I have a large data table and want to delete every other row. Is there a way to do this with one command or does one have to go through the table manually removing every other line? I attach a sample of the table and I wish to remove all the lines with 3651 under 'final' and 'max'.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 15:40:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924198#M108238</guid>
      <dc:creator>hartpjb</dc:creator>
      <dc:date>2026-01-15T15:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924214#M108239</link>
      <description>&lt;P&gt;I assume both of your columns are character columns, you can select both of those columns, right click on column header and create new formula column with concatenate&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1768492226551.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91137iA16C8AD968F75E22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1768492226551.png" alt="jthi_0-1768492226551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then select one of those rows which has "3651 3651", right click, select matching cells and finally delete rows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1768492257095.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91138iD82668CA8599E18F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1768492257095.png" alt="jthi_1-1768492257095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1768492268258.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91139iC5974F1A60FB5276/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1768492268258.png" alt="jthi_2-1768492268258.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 15:51:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924214#M108239</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-01-15T15:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924229#M108241</link>
      <description>&lt;P&gt;The approach that I would use is similar to Jarmo's, however it does not require the creation of a new column.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In row 1 for the column named [final], click on it's cell that has the value 3651.&amp;nbsp; The cell will then be highlighted&lt;/LI&gt;
&lt;LI&gt;In the same row, go to the Column named [max], hold down the CNTL key and click on the cell.&lt;/LI&gt;
&lt;LI&gt;Both cells will then be highlighted(selected)&lt;/LI&gt;
&lt;LI&gt;Move the pointer(mouse) the rowstate column for row 1, which will also be highlighted(selected)&lt;/LI&gt;
&lt;LI&gt;Right click on that cell and choose "Select Matching Cells".&amp;nbsp; All rows that have values of 3651 in columns [final] and [max] will be selected.&lt;/LI&gt;
&lt;LI&gt;Right click once again in the rowstate column for one of the selected rows, and choose, " Delete Rows"&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 15 Jan 2026 17:11:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924229#M108241</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2026-01-15T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924412#M108262</link>
      <description>&lt;P&gt;Thanks for your help. Very useful and just what I needed.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 12:12:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924412#M108262</guid>
      <dc:creator>hartpjb</dc:creator>
      <dc:date>2026-01-16T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924426#M108266</link>
      <description>&lt;P&gt;Sounds like you got what you needed.&amp;nbsp; But in case someone comes here actually trying to just delete every other row, here's another way:&lt;/P&gt;
&lt;P&gt;Create a new formula column with this formula:&amp;nbsp;&amp;nbsp;Mod&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Row&lt;SPAN class="s1"&gt;(), &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;2&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Then click either the "0" or "1" in the header graph and then select Rows -&amp;gt; Delete Rows.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 14:21:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924426#M108266</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2026-01-16T14:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924429#M108267</link>
      <description>&lt;P&gt;Similar thing can also be done by initializing data in new empty column&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1768573822624.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91229iFA0DFF08E94F3554/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1768573822624.png" alt="jthi_1-1768573822624.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and you will end up with column with values 1,2,1,2,1,2,1,2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 14:31:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924429#M108267</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-01-16T14:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Editing rows in a large data table</title>
      <link>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924436#M108268</link>
      <description>&lt;P&gt;It looks like there are many nice solutions here already. If you prefer to avoid adding dummy columns, Row Selection is another good option:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="christianz_0-1768576677054.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91235i355835EF08AC7867/image-size/medium?v=v2&amp;amp;px=400" role="button" title="christianz_0-1768576677054.png" alt="christianz_0-1768576677054.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can use "Select Where" to grab rows based on one or multiple conditions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "Row Selection" approach is a bit more generalizable in case of more complicated conditions for which rows to select.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 15:21:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Editing-rows-in-a-large-data-table/m-p/924436#M108268</guid>
      <dc:creator>christian-z</dc:creator>
      <dc:date>2026-01-16T15:21:12Z</dc:date>
    </item>
  </channel>
</rss>

