<?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 Comparing two rows with the same time stamp and picking the higher value from a different column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730755#M91359</link>
    <description>&lt;P&gt;Hi, I have a dataset where by I have a single column with minute by minute data (time stamped) and in many cases the same minute is duplicated. For those instances, there is another column with different values. How do I find duplicated timestamp rows and pick the max. value between them e.g.&lt;/P&gt;&lt;P&gt;Initial Table&lt;/P&gt;&lt;P&gt;Time&amp;nbsp; &amp;nbsp; &amp;nbsp; Flow&lt;/P&gt;&lt;P&gt;12:00&amp;nbsp; &amp;nbsp; &amp;nbsp;345&lt;/P&gt;&lt;P&gt;12:01&amp;nbsp; &amp;nbsp; &amp;nbsp;123&amp;nbsp;&lt;/P&gt;&lt;P&gt;12:01&amp;nbsp; &amp;nbsp; &amp;nbsp; 456&lt;/P&gt;&lt;P&gt;12:02&amp;nbsp; &amp;nbsp; &amp;nbsp; 223&lt;/P&gt;&lt;P&gt;12:02&amp;nbsp; &amp;nbsp; &amp;nbsp; 112&lt;/P&gt;&lt;P&gt;12:03&amp;nbsp; &amp;nbsp; &amp;nbsp; 234&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final Table&lt;/P&gt;&lt;P&gt;Time&amp;nbsp; &amp;nbsp; &amp;nbsp; Flow&lt;/P&gt;&lt;P&gt;12:00&amp;nbsp; &amp;nbsp; &amp;nbsp;345&lt;/P&gt;&lt;P&gt;12:01&amp;nbsp; &amp;nbsp; &amp;nbsp; 456&lt;/P&gt;&lt;P&gt;12:02&amp;nbsp; &amp;nbsp; &amp;nbsp; 223&lt;/P&gt;&lt;P&gt;12:03&amp;nbsp; &amp;nbsp; &amp;nbsp; 234&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. FYI - using JMP Pro 17 and I am an amateur (2hrs of experience).&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 20:51:37 GMT</pubDate>
    <dc:creator>nv11</dc:creator>
    <dc:date>2024-03-07T20:51:37Z</dc:date>
    <item>
      <title>Comparing two rows with the same time stamp and picking the higher value from a different column</title>
      <link>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730755#M91359</link>
      <description>&lt;P&gt;Hi, I have a dataset where by I have a single column with minute by minute data (time stamped) and in many cases the same minute is duplicated. For those instances, there is another column with different values. How do I find duplicated timestamp rows and pick the max. value between them e.g.&lt;/P&gt;&lt;P&gt;Initial Table&lt;/P&gt;&lt;P&gt;Time&amp;nbsp; &amp;nbsp; &amp;nbsp; Flow&lt;/P&gt;&lt;P&gt;12:00&amp;nbsp; &amp;nbsp; &amp;nbsp;345&lt;/P&gt;&lt;P&gt;12:01&amp;nbsp; &amp;nbsp; &amp;nbsp;123&amp;nbsp;&lt;/P&gt;&lt;P&gt;12:01&amp;nbsp; &amp;nbsp; &amp;nbsp; 456&lt;/P&gt;&lt;P&gt;12:02&amp;nbsp; &amp;nbsp; &amp;nbsp; 223&lt;/P&gt;&lt;P&gt;12:02&amp;nbsp; &amp;nbsp; &amp;nbsp; 112&lt;/P&gt;&lt;P&gt;12:03&amp;nbsp; &amp;nbsp; &amp;nbsp; 234&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final Table&lt;/P&gt;&lt;P&gt;Time&amp;nbsp; &amp;nbsp; &amp;nbsp; Flow&lt;/P&gt;&lt;P&gt;12:00&amp;nbsp; &amp;nbsp; &amp;nbsp;345&lt;/P&gt;&lt;P&gt;12:01&amp;nbsp; &amp;nbsp; &amp;nbsp; 456&lt;/P&gt;&lt;P&gt;12:02&amp;nbsp; &amp;nbsp; &amp;nbsp; 223&lt;/P&gt;&lt;P&gt;12:03&amp;nbsp; &amp;nbsp; &amp;nbsp; 234&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. FYI - using JMP Pro 17 and I am an amateur (2hrs of experience).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 20:51:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730755#M91359</guid>
      <dc:creator>nv11</dc:creator>
      <dc:date>2024-03-07T20:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two rows with the same time stamp and picking the higher value from a different column</title>
      <link>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730766#M91360</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest using the Table Summary tool with the Flow column set to MAX and the Time column set to Group.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 21:00:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730766#M91360</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2024-03-07T21:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two rows with the same time stamp and picking the higher value from a different column</title>
      <link>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730767#M91361</link>
      <description>&lt;P&gt;Thank you for the feedback - unfortunately I might be too early in my JMP journey to understand how to apply this solution&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 21:06:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730767#M91361</guid>
      <dc:creator>nv11</dc:creator>
      <dc:date>2024-03-07T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two rows with the same time stamp and picking the higher value from a different column</title>
      <link>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730768#M91362</link>
      <description>&lt;P&gt;Go to the Tables pull down menu and select Summary&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 21:08:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparing-two-rows-with-the-same-time-stamp-and-picking-the/m-p/730768#M91362</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-07T21:08:38Z</dc:date>
    </item>
  </channel>
</rss>

