<?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 account for redundant rows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774886#M95695</link>
    <description>&lt;P&gt;And if you just need those you can use Summary&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721762013091.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66460i48D447E4F44987B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1721762013091.png" alt="jthi_0-1721762013091.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then perform a join with this to the original table (if there is more information you need) to drop columns which do not match&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1721762058302.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66461iA07AA7BF84121B7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1721762058302.png" alt="jthi_1-1721762058302.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 19:14:28 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-07-23T19:14:28Z</dc:date>
    <item>
      <title>How to account for redundant rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774873#M95693</link>
      <description>&lt;P&gt;I have the following table. I want to only select the last unique entries in column 1. In other words, I want to make a subset with only the highlighted rows. How do I do that?&amp;nbsp;&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="AsymptoticCos_0-1721760527591.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66459iA321660019DECC41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AsymptoticCos_0-1721760527591.png" alt="AsymptoticCos_0-1721760527591.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 18:50:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774873#M95693</guid>
      <dc:creator>AsymptoticCos</dc:creator>
      <dc:date>2024-07-23T18:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to account for redundant rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774883#M95694</link>
      <description>&lt;P&gt;One option is to use a script like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Select Where(Row() == Col Max(Row(), :Column 1))&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jul 2024 19:11:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774883#M95694</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-23T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to account for redundant rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774886#M95695</link>
      <description>&lt;P&gt;And if you just need those you can use Summary&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721762013091.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66460i48D447E4F44987B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1721762013091.png" alt="jthi_0-1721762013091.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then perform a join with this to the original table (if there is more information you need) to drop columns which do not match&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1721762058302.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66461iA07AA7BF84121B7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1721762058302.png" alt="jthi_1-1721762058302.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 19:14:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774886#M95695</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-23T19:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to account for redundant rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774894#M95696</link>
      <description>&lt;P&gt;And one more option is to use select duplicate. First you have to sort your data by Column 2 so you get the "latest" value as first (you might have to add row column to your data unless you nothing else to use to sort)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721764368432.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66463iE29CB4A51E38FE21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1721764368432.png" alt="jthi_0-1721764368432.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then select Column 1 and use Select Duplicate Rows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1721764406571.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66464i9D8D4C68150EE53E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1721764406571.png" alt="jthi_1-1721764406571.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You should now have the rows selected you wish to drop&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1721764433240.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66465i392C9487B7C71BA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1721764433240.png" alt="jthi_2-1721764433240.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can then delete these &lt;STRONG&gt;or&lt;/STRONG&gt; right click on rows and invert selection&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1721764462694.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66466i7CE0B1E7021613C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1721764462694.png" alt="jthi_3-1721764462694.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now you should have the rows you wish to have selected. You can also sort while having the selection if you wish to, but it will then select values from the Column 2&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_4-1721764597169.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66467i612A14F7E779E030/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_4-1721764597169.png" alt="jthi_4-1721764597169.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of these different options have their own place.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 19:57:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-account-for-redundant-rows/m-p/774894#M95696</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-23T19:57:13Z</dc:date>
    </item>
  </channel>
</rss>

